Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JavaScript
Seam SDK
await seam.acs.credentials.delete({ acs_credential_id: "33bbceea-221e-48bd-8d38-aa72f88a1cab", }); /* // void */
{ "ok": true }
Deletes a specified credential.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the credential that you want to delete.
OK