Skip to main content
DELETE
/
retailers
/
api
/
v1
/
online-offers
/
{offer_id}
Delete online offer
curl --request DELETE \
  --url https://www.closient.com/retailers/api/v1/online-offers/{offer_id} \
  --header 'X-API-Key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.closient.com/llms.txt

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

Authorizations

X-API-Key
string
header
required

Path Parameters

offer_id
string<shortuuid>
required

UUID of the online offer to delete.

Required string length: 22
Pattern: ^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$

Response

OK

The response is of type Response · object.