delete Entity Grant With Id
DELETE {{baseUrl}}/api/entity/:entityId/grant?recipientEntityId=<string>&userId=<string>
Deletes an Entity Grant for the given User or Entity.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| recipientEntityId | string | The Id of the Entity that the Entity Grant is for. | |
| userId | string | The Id of the User that the Entity Grant is for. | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-FusionAuth-TenantId | string | The unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped. | |
| Accept | string | 
RESPONSES
status: OK
""