githubEdit

Delete an Access Grant

circle-info

Early Access Preview. The Access Grants API is currently in Alpha. We're actively developing it and seeking early feedback at [email protected]envelope. Expect breaking changes as we refine the design.

Delete an Access Grant.

Deletes an Access Grant.

Code:

await seam.accessGrants.delete({
  access_grant_id: "403ea27b-af76-4a48-ace9-8f9498f4c25c",
});

Output:

// void
chevron-rightAuthentication Methodshashtag
  • API key

  • Client session token

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authenticationarrow-up-right.

Request Parameters

access_grant_id String (Required)

ID of Access Grant to delete.


Response

circle-check

Last updated

Was this helpful?