Deactivate Credential
PUT /auth/credentials/deactivate
Deactivates a credential that was previously active. If the credential is already deactivated no action is taken
Required Permissions
None
Request body
credentialUuid
*
String
The UUID of the credential that is being deactivated
Example
{
"credentialUuid": "cr-4uc9u-12ij1-9s08327e73jqqcnr"
}
Responses
Success - generic success message
{
"message": "success"
}
Last updated