Delete Credential
Delete a credential and signal every bundle that bound it.
A deleted credential makes every binding resolve without one, which drops the entry from the resolve response entirely - a change a live session has to see.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
credential_id*Credential Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
curl -X DELETE "https://example.com/v1/credentials/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}