Contacts API - Custom Fields
Elements that can be shared among more than one endpoint definition.
Delete a Custom Field
DELETE /v3/contactdb/custom_fields/{custom_field_id}
Base url: https://api.sendgrid.com
This endpoint allows you to delete a custom field by ID.
Authentication
- API Key
Headers
Path Parameters
The ID of the custom field that you want to retrieve.
default: NoneResponses
the error message
the field that generated the error
helper text or docs for troubleshooting
{
"errors": [
{
"field": "field_name",
"message": "error message"
}
]
}
the error message
the field that generated the error
helper text or docs for troubleshooting
{
"errors": [
{
"field": "field_name",
"message": "error message"
}
]
}
the error message
the field that generated the error
helper text or docs for troubleshooting
{
"errors": [
{
"field": "field_name",
"message": "error message"
}
]
}
the error message
the field that generated the error
helper text or docs for troubleshooting
{
"errors": [
{
"field": "field_name",
"message": "error message"
}
]
}
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd browsing the SendGrid tag on Stack Overflow.