Removes a third-party auth integration
delete
/v1/projects/{ref}/config/auth/third-party-auth/{tpa_id}OAuth scopes
- auth:write
Path parameters
- refRequiredstring
Project ref
- tpa_idRequiredstring
Response codes
- 200
- 401
- 403
- 429
Response (200)
1{2 "id": "fbdf5a53-161e-4460-98ad-0e39408d8689",3 "type": "lorem",4 "oidc_issuer_url": "lorem",5 "jwks_url": "lorem",6 "custom_jwks": null,7 "resolved_jwks": null,8 "inserted_at": "lorem",9 "updated_at": "lorem",10 "resolved_at": "lorem"11}