cURL
curl --request DELETE \ --url https://app.heyoo.ai/api/content-pillars/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>" }
Delete a content pillar in the workspace.
Default authentication mechanism
The ID of the content pillar to delete.
The content pillar was successfully deleted.
The ID of the deleted content pillar.
Was this page helpful?