> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trypost.it/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete signature

> Delete a signature by ID.

## Request

<ParamField path="signature" type="string" required>
  The signature ID to delete.
</ParamField>

## Response

Returns `204 No Content` on success.

<RequestExample>
  ```bash theme={null}
  curl -X DELETE https://app.trypost.it/api/signatures/e5f6a7b8-c9d0-1e2f-3a4b-5c6d7e8f9a0b \
    -H "Authorization: Bearer YOUR_API_KEY"
  ```
</RequestExample>
