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

# Delete an one (/api/v1/integration-mappings/&#123;id&#125;)

> Delete an one (/api/v1/integration-mappings/&#123;id&#125;)

### Path parameters

<ParamField path="id" type="string" required>
  Integration mapping ID
</ParamField>

### Responses

<ResponseField name="204" type="object">
  Deleted
</ResponseField>

<RequestExample>
  ```bash cURL theme={null}
  curl --request DELETE \
    --url 'https://api.stateset.com/api/v1/integration-mappings/{id}' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
