Skip to main content
DELETE
DELETE handler

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Headers

Idempotency-Key
string

Client-chosen key; replaying the same key + body returns the original response, a different body returns 409.

Path Parameters

id
string
required

The id.

Query Parameters

provider
string

Ad provider to scope the result to (e.g. meta, tiktok). Omit for every connected provider.

Body

application/json

The body is of type object.

Response

Success. Returns the resource envelope.

The response is of type object.