Skip to main content
DELETE
/
content-pillars
/
{id}
Delete a content pillar
curl --request DELETE \
  --url https://app.heyoo.ai/api/content-pillars/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Default authentication mechanism

Path Parameters

id
string
required

The ID of the content pillar to delete.

Response

The content pillar was successfully deleted.

id
string
required

The ID of the deleted content pillar.