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
Request Parameters
access_grant_id
String (Required)
ID of Access Grant to delete.
Response
void
Last updated
Was this helpful?