Skip to main content
DELETE
/
api
/
banners
/
{bannerId}
Delete Banner
curl --request DELETE \
  --url https://api.cludo.com/api/banners/{bannerId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "message": "unauthorized"
}

Documentation Index

Fetch the complete documentation index at: https://signe.cludo.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication. Use your Customer ID as the username and API Key as the password. Example header: Authorization: Basic MTIzNDU2NzpteS1hcGkta2V5.

Path Parameters

bannerId
integer
required

Numeric id of an existing banner (returned by list/get/create).

Response

Banner deleted successfully.