Skip to content

Delete a content type

DELETE
/api/content/management/types/{id}
curl --request DELETE \
--url https://example.com/api/content/management/types/example \
--header 'Authorization: Bearer <token>'

Deletes a content type definition. Type must not be locked.

id
required

Type ID

string

Type deleted successfully

Type is locked or cannot be deleted