---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://yandex.com/dev/partner-objects/doc/en/reference/delete-resource-id-object-id.md
  - https://yandex.com/dev/partner-objects/doc/ru/reference/delete-resource-id-object-id.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/partner-objects/doc/en/llms.txt


# DELETE/{resource-id}/{object-id}

Deletes the specified object.

## Request format {#input}

```
DELETE https://jsonapi.partner2.yandex.com/vX/{resource-id}/{object-id}
```

#|
|| **Parameter** | **Description** ||
|| `resource-id`
| Resource ID.
||
|| `object-id`
| ID of the object to delete.
||
|#

The general structure of the response is given below. The elements may appear in a different order. The structure may contain internal parameters that are not described in the table.


## Response format {#output-structure}

The response body is missing.


## Example for JSON {#example-JSON}

> Request:
> 
> ```
> curl -i -g -H "Accept: application/vnd.api+json" -H "Authorization: token bf..." -X DELETE "https://jsonapi.partner2.yandex.com/v1/fast_ban/2"
> ```
> 
> Response:
> 
> ```json
> HTTP/1.1 204 No Content
> Server: nginx/1.8.1
> Date: Sun, 31 May 2020 12:39:50 GMT      
> ```

