---
title: "Create Drop Request"
method: POST
path: "/drop-manager/v2/drop/{dropId}/request"
tags: ["DROP Management"]
---

# Create Drop Request

`POST /drop-manager/v2/drop/{dropId}/request`

Use this API to create a privacy request from a DROP record.

## Path parameters

- `dropId` integer, required

## Request body

- PrivacyAutomationDROPManagementCreateRequestQueue
  - `dropRequestType` 'DataDeletion' | 'OptOut', required — Drop Request Type
  - `firstName` string — First name of the respondent.
  - `lastName` string — Last name of the respondent.
  - `email` string — Email address of the respondent.
  - `language` string — The ISO language code for OneTrust supported languages. Examples: en-us for English, de for German, fr for French, etc.
  - `additionalData` object — Additional fields in key value format, required for request processing. These could be webform or non webform fields
  - `requestTypes` string[] — Respondents privacy request type. This should match with the webform request type.
  - `subjectTypes` string[] — Respondents subject type or relation ship with tenant. This should match with the webform subject type.
  - `multiselectFields` object — Multi-select fields in key-value format where values are lists of selected options
  - `requestTraceId` string, uuid — Unique trace id for request
  - `templateId` string, uuid, required — Template ID for request creation
  - `attachments` PrivacyAutomationDROPManagementAttachmentV2Dto[] — File attachment details for request.
    - `statusId` integer — Status ID of the attachment
    - `resourcePath` string — Resource path of the attachment
    - `fileName` string, required — Attached file name
    - `fileId` string, uuid, required — ID of attached file

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
