Skip to main content
DELETE
/
v1
/
users
/
credentials
/
{cred_id}
Delete credential
curl --request DELETE \
  --url https://api.example.com/v1/users/credentials/{cred_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "users.user_not_found",
  "message": "User not found"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cred_id
string<uuid>
required

Response

Credential deleted successfully