Delete a recipient field
DELETE/api/v1/recipient_fields/:id
Deletes a recipient field created through the API.
Manual fields and fields synced from ESP integrations cannot be deleted through the API. Deletion is also blocked while active segments reference the field.
Request
Responses
- 204
- 401
- 403
- 404
- 409
- 503
Recipient field deleted.
A valid API key is required.
The API key is valid, but the recipient field request is not allowed.
The requested resource could not be found in your organization.
The recipient field is referenced by active segments and cannot be deleted.
Authentication is temporarily unavailable.