Skip to content
View as Markdown

DELETE Delete Campaign​

DELETE
/campaigns/{id}

Permanently delete a campaign by ID. This removes the campaign and all associated data including campaign emails, URL metrics, and meta records.

Authorizations​

ApplicationPasswords

WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password

Type
API Key (header: Authorization)

Parameters​

Path Parameters

id*

The campaign ID to delete.

Type
integer
Required

Responses​

Campaign deleted successfully.

application/json
JSON
{
"success": true
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI