Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Delete a curation

DELETE
/api/v3/curations/{uniqueId}
curl --request DELETE \
--url 'https://api.tryletterhead.com/api/v3/curations/example?api=true' \
--header 'Authorization: Bearer <token>'

Delete a curation belonging to the company. Returns a 404 if no curation with this uniqueId belongs to the company.

uniqueId
required
string

The curation’s unique identifier, from List curations or Curate or update content.

api
required
boolean

Required. Set to true to authenticate with your company API key rather than a signed-in session.

Curation deleted

No curation with this uniqueId belongs to the company

Still can’t find what you need? Contact support.