Skip to main content
DELETE
/
custom-fields
/
fieldName
/
{customFieldName}
curl --request DELETE \
  --url https://api.autosend.com/v1/custom-fields/fieldName/planTier \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Custom field deleted successfully"
}
curl --request DELETE \
  --url https://api.autosend.com/v1/custom-fields/fieldName/planTier \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Custom field deleted successfully"
}

Authorizations

Authorizations
string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customFieldName
string
required
The fieldName of the custom field to delete.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customFieldName
string
required

The fieldName of the custom field to delete.

Example:

"planTier"

Response

Custom field deleted successfully

success
boolean
Example:

true

message
string
Example:

"Custom field deleted successfully"

data
object