await seam.accessMethods.delete({
access_method_id: "3f10d86c-526b-4b85-8788-cc1a74411b71",
});
/*
// void
*/
{
"ok": true
}Access Methods
Delete an Access Method
Deletes an access method.
POST
/
access_methods
/
delete
await seam.accessMethods.delete({
access_method_id: "3f10d86c-526b-4b85-8788-cc1a74411b71",
});
/*
// void
*/
{
"ok": true
}Authorizations
pat_with_workspaceconsole_session_with_workspaceapi_keyclient_session_with_customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
- Option 1
- Option 2
- Option 3
ID of access method to delete.
Response
OK

