Usersv1Credentials
Delete Credential
Delete credential by ID
DELETE
/v1/users/credentials/{cred_id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
cred_id*string
Response Body
application/json
curl -X DELETE "https://example.com/v1/users/credentials/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{
"code": "common.user_not_found",
"message": "User not found"
}