Skip to main content
Delete a specific credential.

DELETE /credentials/:id

Path Parameters

Response

Returns {"status": "success"} — no body beyond the status.

Errors

Deleting a credential is a human act: a service account’s own key gets 403 here for every target, even one it otherwise administers with admin. Use an acting token when automation has to do this on a human’s behalf.
Retiring a service account deletes the credentials stored on the account itself, without any call to this endpoint — see Delete User.

Example