DELETE /api/v3/udf/{udfId}

Deletes a user defined field / custom field. Currently NO confirmation is required

DeleteUDFV3 Permissions: ApplicationSettings (Manage)

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
udfId The identifier for the user defined field / custom field being deleted integer (int32) Required

Responses

204 No Content The request succeeded. No content is returned in the response body.