Delete campaign
Delete a campaign by ID.
Permanently deletes a campaign. The underlying metric data is unaffected — only the campaign record is removed.
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | 24-character hexadecimal campaign ID |
Example request
DELETE https://api.auravisionlabs.com/v1/campaign/64a1b2c3d4e5f6a7b8c9d0e7
Authorization: Bearer <your_token>
Example response
HTTP/1.1 204 No Content
No response body.