Delete an Access Grant

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?