---
title: "Delete contract file"
method: DELETE
path: "/v3/contracts/{id}/file"
tags: ["Contracts"]
---

# Delete contract file

`DELETE /v3/contracts/{id}/file`

## Path parameters

- `id` string, required

## Response `200`

Contract file deleted

- object
  - `payload` object, required — Response payload, will be empty when success is false
    - `message` string
  - `success` boolean, required — Boolean with true=success, false=failure
  - `message` string, required — Plain-text description of the result
  - `error` IntegratorsApiError, required
    - `code` number, required — API response code
    - `message` string, required — API response message
    - `details` object — Additional details about the error

## Other responses

- `400` — Contract is not BLOCKED
- `404` — Contract not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/versions/7e8885517814/schema)
