Contact Properties
Delete Contact Property by Name
Delete a contact property 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
name of the contact property to delete.Response
Contact property deleted successfullyIndicates whether the request was successful.
Confirmation message.Example:
"Contact property deleted successfully"Error Responses
Returned when no contact property with the given name exists on the project.