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

# Delete Resource Type

> Delete a resource type

## Path Parameters

<ParamField path="id" type="string" required>
  ID of the resource type to delete
</ParamField>

## Response

Returns no content on success.

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE 'https://api.example.com/resource-types/resource_type_document' \
    -H 'Authorization: Bearer YOUR_TOKEN'
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}
  {}
  ```
</ResponseExample>
