# Delete recipients associated with a specific order (/api-reference/orders/v1-order-id-recipients-delete) Delete recipients associated with a specific order. ## `DELETE /v1/order/{id}/recipients` ### Parameters - `id` (path, required) — Order id. ### Request body Content type: `application/json` (required) - `recipientsIds` (array of integer (int32), required) ### Responses - `200` — Successful operation - `400` — Something went wrong - `401` — Authorization key not valid - `403` — Profile's subscription tier does not have access to OpenAPI integrations