Skip to main content
DELETE
/
api
/
v2
/
lists
/
{ID}
/
custom_fields
cURL
curl "https://app.tatango.com/api/v2/lists/<ID>/custom_fields" -d '{"key":"some_custom_field_name"}' -X DELETE \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -u emailaddress@mydomain.com:my_api_key \
  -H "Host: example.org" \
  -H "Cookie: "
{
  "status": "Custom field successfully deleted"
}

Documentation Index

Fetch the complete documentation index at: https://momogood.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Request URL

DELETE https://app.tatango.com/api/v2/lists/<ID>/custom_fields

Authorizations

Authorization
string
header
required

The momoGood Messaging API v2 authenticates requests by validating an API key passed via HTTP Basic Authentication. Use your login email as the username and your API key as the password.

Path Parameters

ID
integer
required

ID of the list

Body

application/json
key
string
required

The custom field key

Response

200 - application/json

Custom field successfully deleted

status
string
required
Example:

"Custom field successfully deleted"