v58

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-073053701.0 MB
Reach: Contact Fields

Delete a contact field

Delete a custom contact field.

Every value contacts hold for the field is deleted with it, and for the choice types so are its options. The contacts themselves are not affected.

delete/api/reach/v1/profiles/{profileUuid}/contacts/fields/{fieldUuid}

Path parameters

profileUuidstring required
Example:550e8400-e09b-41d4-a716-400055000000

Profile uuid parameter

fieldUuidstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000

Contact field uuid parameter

Response

Success empty response

messagestring

Example response

{
  "message": "Request accepted"
}