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.accessMethods.delete({ access_method_id: "3f10d86c-526b-4b85-8788-cc1a74411b71", }); /* // void */
{ "ok": true }
Deletes an access method.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of access method to delete.
OK