Delete a Credential

Delete a specified credential

Deletes a specified credential.

/acs/credentials/delete

post

Deletes a specified credential.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
acs_credential_idstring Β· uuidRequired

ID of the credential that you want to delete.

Responses
200

OK

application/json
post
/acs/credentials/delete

Request

Specify the desired credential by including the corresponding acs_credential_id in the request body.

Request Body Parameters

Parameter
Type
Description

acs_credential_id

String (UUID) Required

ID of the desired credential

Sample Request

Response

Returns a Boolean ok status indicator or void.

Sample Response

Last updated

Was this helpful?