- A successful request permanently deletes the field and returns an empty response body.
- Existing contact attributes that use the deleted field name are removed from contacts in the workspace.
- The field must belong to the workspace in the path.
Delete Field
Permanently delete a custom field from your workspace. The field path parameter accepts the field UUID.
Deletion Behavior
What happens when a field is removed
DELETE
/v1/workspaces/:workspace/fields/:fieldPermanently delete a custom field by UUID
Path parameters
workspacestring Required ID of your workspace
fieldstring Required Field UUID
Success and Errors
Expected outcomes for delete requests
- Successful requests return an empty success response body.
- Requests for fields outside the workspace are rejected.