Delete a grant for a connection path
Delete a specific permission granted to a specific connection path for a user or team.
### Usage notes
- Retrieve the **connectionPathId** by calling the [/v2/connection/{connectionId}/lookup](https://help.sigmacomputing.com/reference/lookup-connection) endpoint and using the `inodeId` included in the response, or by calling the [/v2/connections/paths](https://help.sigmacomputing.com/reference/list-connection-paths) endpoint and using the `urlId` included in the response.
- Retrieve the **grantId** by calling the [/v2/connections/paths/{connectionPathId}/grants](https://help.sigmacomputing.com/reference/list-connection-path-grants) endpoint.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
connectionPathId
grantId
Response
The response body.

