Delete a Credential
Delete a specified credential
Deletes a specified credential.
Deletes a specified credential.
Authorizations
Body
acs_credential_idstring · uuidRequired
ID of the credential that you want to delete.
Responses
200
OK
application/json
400
Bad Request
401
Unauthorized
post
POST /acs/credentials/delete HTTP/1.1
Host: connect.getseam.com
Authorization: Bearer API Token
Content-Type: application/json
Accept: */*
Content-Length: 60
{
"acs_credential_id": "123e4567-e89b-12d3-a456-426614174000"
}
{
"ok": true
}
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
seam.acs.credentials.delete(
acs_credential_id="66666666-6666-6666-6666-666666666666"
)
Response
Returns a Boolean ok
status indicator or void.
Sample Response
None
Last updated
Was this helpful?