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.accessCodes.unmanaged.delete({ access_code_id: "95d54d42-477b-49d6-bd3a-5e8a40a5a78f", }); /* // void */
{}
Deletes an unmanaged access code.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the unmanaged access code that you want to delete.
OK
The response is of type object.
object
Was this page helpful?