cURL
curl --request DELETE \ --url https://cms.thepublive.com/publisher/{publisher_id}/entities/content-type/custom-component/{custom_entity_schema_id} \ --header 'Authorization: Basic <encoded-value>'
{ "status": "success", "message": "Deleted successfully!" }
Delete a custom component schema
Was this page helpful?