Skip to content

Delete clicklog data​

DELETE
/api/logs/clicks

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"date_from": "string",
  
"date_to": "string",
  
"campaign_ids": [
  
  
0
  
]
}

Responses​

Clicklog deleted

application/json
JSON
{
  
"message": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI