delete

/v4/campaign-lists/{owner}/{name}

Delete a named list entirely. Requires the owner's JWT or API key. No-op if the list does not exist.

Path parameters

ownerstring
required
namestring
required

Responses

200
Response for status 200
Schema
object
successboolean
required
Example
{
  "success": false
}
delete
https://api.merkl.xyz/v4/campaign-lists/{owner}/{name}
Merkl API
curl -X DELETE "https://api.merkl.xyz/v4/campaign-lists/{owner}/{name}"
Fill the required path parameters owner, name to send.Live request — this will call https://api.merkl.xyz/ for real.