Delete a Credential

Deletes a specified credential.

Deletes a specified credential.

Code

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

Output

// void
Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

acs_credential_id String (Required)

ID of the credential that you want to delete.


Response

void

Last updated

Was this helpful?