---
title: "Delete an authorization request"
method: POST
path: "/requests/auth/delete"
tags: ["requests - authorization"]
---

# Delete an authorization request

`POST /requests/auth/delete`

Delete an authorization request. This will delete the request. The grantee will not receive any access to the resource. For more details about authorization request, see "Create an authorization request".

## Request body

- AuthRequestRespondDto
  - `dataset` DatasetIdentifierRequest, required
    - `id` string, required — ID of dataset
    - `owner` string, required — ID of user or organization that owns the dataset
  - `requestId` string, uuid, required — ID of the request to accept

## Response `200`

default response

- SuccessMessageDto
  - `message` string

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
