Skip to main content

Delete a banner.

DELETE <your-unleash-url>/api/admin/banners/:id

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Deletes an existing banner identified by its id.

Request

Path Parameters

  • id string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
id — path required
curl / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/banners/:id' \
-H 'Authorization: <API_KEY_VALUE>'