Deletes an extended field.
When an extended field is deleted, any contact data stored in the field is also permanently deleted.
You can only call this method when authenticated as a Wix app or Wix user identity.
Extended field key.
curl -X DELETE 'https://www.wixapis.com/contacts/v4/extended-fields/custom.my-field' \
-H 'Content-Type: application/json' \
-H 'Authorization: <AUTH>'
{}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.