Delete a banner

DELETE/banners/{banner_id}

Moves the banner to the trash instead of permanently deleting it. Trashed banners can be restored through the update operation.

Replicated banners are read-only and cannot be deleted. Attempts to delete them return 403 with the replica_readonly error code.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Path Parameters

banner_id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/banners/string"
Empty