Skip to main content
POST
/
access_grants
/
delete
await seam.accessGrants.delete({
  access_grant_id: "403ea27b-af76-4a48-ace9-8f9498f4c25c",
});

/*
// 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_grant_id
string<uuid>
required

ID of Access Grant to delete.

Response

OK

ok
boolean
required