Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Delete a curation custom field

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

Delete a curation custom field definition. Existing curations keep whatever value was already stored under it, but the field no longer appears in List curation custom fields and can no longer be set or mapped.

fieldId
required
integer

The custom field’s identifier, from List curation custom fields.

api
required
boolean

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

Custom field deleted

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