Delete a Credential
POST /acs/credentials/delete ⇒ void
Deletes a specified credential.
Request
await seam.acs.credentials.delete({
acs_credential_id: "66666666-6666-6666-6666-666666666666",
});
Response
// void
Authentication Methods
API key
Personal access token Must also include the
seam-workspace
header in the request.
Request Parameters
acs_credential_id
acs_credential_id
Type: string
Required: Yes
ID of the desired credential.
Return Type
void
Last updated
Was this helpful?