await seam.acs.credentials.delete({
acs_credential_id: "33bbceea-221e-48bd-8d38-aa72f88a1cab",
});
/*
// void
*/{
"ok": true
}Credentials
Delete a Credential
Deletes a specified credential.
POST
/
acs
/
credentials
/
delete
await seam.acs.credentials.delete({
acs_credential_id: "33bbceea-221e-48bd-8d38-aa72f88a1cab",
});
/*
// void
*/{
"ok": true
}Authorizations
pat_with_workspaceconsole_session_with_workspaceapi_key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the credential that you want to delete.
Response
OK

