Delete a Credential
Delete a specified credential
Deletes a specified credential.
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?