Skip to content

Delete Offer Import Context

Request

Delete an offer import context by its ID. Deletion is blocked with 409 while any offer still references it.

Security
BearerAuth
Path
idstringrequired

The ID of the offer import context to delete.

Headers
Acceptstring(OfferImportContextAcceptHeader)required

Set this to application/api.luminovo.offer-import-context-v1+json.

Value:"application/api.luminovo.offer-import-context-v1+json"
DELETE
/offer-import-contexts/{id}
curl -i -X DELETE \
  'https://api.luminovo.com/offer-import-contexts/{id}' \
  -H 'Accept: application/api.luminovo.offer-import-context-v1+json' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Offer import context deleted.