docs
  1. Admin Api
  2. Resources
  3. Custom Data
  4. Campaign Custom Data
  5. Delete Custom Data Key

Delete custom data key

Delete campaign custom data for a specific key

Rate Limit: 1000 Max attempts within 1 minute.

Path Parameters

ParameterDetails
campaignId
  • required
integer
key
  • required
string
Example:
score

Responses

204
Campaign custom data for a specific key was successfully deleted.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
DELETE/campaigns/{campaignId}/custom-data/{key}

Request samples

Provide Feedback