---
title: "Delete a grant"
method: DELETE
path: "/v3/users/{userId}/grants/{grantId}"
tags: ["Grants"]
---

# Delete a grant

`DELETE /v3/users/{userId}/grants/{grantId}`

Deletes a grant specified by the `grantId`. This is for a user that is specified by the `userId`

## Path parameters

- `userId` string, required
- `grantId` string, required

## Response `200`

OK - The grant was found and successfully deleted

## Other responses

- `404` — Not Found - Cannot find an existing grant for the supplied `userId` and `grantId`

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/revisions/789812d35ac8/schema)
