Access
Revoke access grant
Revoke a private-project email grant.
DELETE
/api/v1/projects/{projectID}/access-grants/{grantID}Authentication: REST bearer token required.
Parameters
projectIDUUIDrequiredPathThe project UUID.
grantIDUUIDrequiredPathThe access-grant UUID.
Responses
204The grant was revoked. The response has no body.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
403The account plan or current grant does not allow the action.
404The requested resource does not exist for this account.