Delete User Defined Fields (UDF)

Delete UDF entries

Endpoints

/rpc/v1/udf/delete.html
The browsable documentation for this API endpoint.
/rpc/v1/udf/delete.json
Endpoint that will return a JSON response.
/rpc/v1/udf/delete.xml
Endpoint that will return an XML response.

Usage

Usage for HTTP POST

Key Name: label
UDF label to delete
Batch is Not supported

Error Codes

200 Success
Successfully queried or created UDF
400 Invalid Request
Invalid input was supplied
401 Authentication
The key provided could not be authenticated

Response Samples

GET [XML]
<?xml version="1.0" encoding="UTF-8"?>
<response>
 <status>ok</status>
 <count>
  <success>1</success>
  <failure>0</failure>
 </count>
 <errors/>
 <result></result>
</response>
GET [JSON]
{"status":"ok","count":{"success":1,"failure":0},"errors":[]}

Code Examples

POST
curl \
  -d"label=VALUE" \
  -H "X-Kount-Api-Key: XXX.YYY.ZZZ" \
  https://api.kount.net/rpc/v1/udf/delete.xml