await seam.accessGrants.delete({
access_grant_id: "403ea27b-af76-4a48-ace9-8f9498f4c25c",
});
/*
// void
*/
{}Access Grants
Delete an Access Grant
Delete an Access Grant.
DELETE
/
access_grants
/
delete
await seam.accessGrants.delete({
access_grant_id: "403ea27b-af76-4a48-ace9-8f9498f4c25c",
});
/*
// void
*/
{}Authorizations
pat_with_workspaceconsole_session_with_workspaceapi_keyclient_session_with_customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
ID of Access Grant to delete.
Response
OK
The response is of type object.
Was this page helpful?