Custom Fields
Delete Custom Field by Name
Delete a custom field by name to remove it from all contacts using the AutoSend API.
DELETE
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Path Parameters
The
fieldName of the custom field to delete.Response
Custom field deleted successfullyIndicates whether the request was successful.
Confirmation message.Example:
"Custom field deleted successfully"Error Responses
Returned when no custom field with the given name exists on the project.