CustomFields

Delete a custom field

Permanently deletes a custom field definition by its ID. Use this endpoint to delete a custom field through the Samva email API.

DELETE
/v1/custom-fields/{id}

Permanently deletes a custom field definition by its ID.

x-api-key<token>

In: header

Path Parameters

id*string
Match^cfield_[0-9a-hjkmnp-tv-z]{16,24}$

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/custom-fields/string"
{  "success": true}