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"
}

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.