Revoke access to encrypt key
To revoke access to encryption key, submit the following DELETE request:
DELETE /api/v2/encrypt_keys/<encrypt-key-id>/authorized_users/<user-id>.json
Response contains HTTP status code as shown in the following table.
Response | Description |
---|---|
200 OK | Access has has been successfully revoked |
403 Forbidden | The request cannot be completed because API user has no permission to revoke access to encryption key |