await seam.acs.credentials.delete({
acs_credential_id: "33bbceea-221e-48bd-8d38-aa72f88a1cab",
});
/*
// void
*/
{}Credentials
Delete a Credential
Deletes a specified credential.
DELETE
/
acs
/
credentials
/
delete
await seam.acs.credentials.delete({
acs_credential_id: "33bbceea-221e-48bd-8d38-aa72f88a1cab",
});
/*
// void
*/
{}Authorizations
pat_with_workspaceconsole_session_with_workspaceapi_key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
ID of the credential that you want to delete.
Response
OK
The response is of type object.
Was this page helpful?