## Delete a collection type `DELETE https://getkollek.com/api/collection-types/{collectionType}` Delete a collection type, together with its custom fields and its links to collections. **Permissions:** Owners and editors. Viewers get a 404 response. ### Path parameters - `collectionType` (integer, required): The ID of the collection type. **Returns:** An empty response. ### Example request ```bash curl https://getkollek.com/api/collection-types/1 \ -X DELETE \ -H "Authorization: Bearer $API_KEY" \ -H "Accept: application/json" ``` ### Example response `Status: 204` The response has no body.