Skip to main content
POST
/
acs
/
credentials
/
delete
await seam.acs.credentials.delete({
  acs_credential_id: "33bbceea-221e-48bd-8d38-aa72f88a1cab",
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
acs_credential_id
string<uuid>
required

ID of the credential that you want to delete.

Response

OK

ok
boolean
required