Skip to main content
POST
/
access_methods
/
delete
await seam.accessMethods.delete({
  access_method_id: "3f10d86c-526b-4b85-8788-cc1a74411b71",
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
access_method_id
string<uuid>
required

ID of access method to delete.

Response

OK

ok
boolean
required