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
ownerstringrequired
namestringrequired
Responses
200Response for status 200
Schema
object
successbooleanrequired
Example
{
"success": false
}delete
https://api.merkl.xyz/v4/campaign-lists/{owner}/{name}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.