Skip to content

Delete RfQ

Request

Delete an RfQ based on its ID.

Security
BearerAuth
Path
idstringrequired

id of the RfQ to delete

Headers
Acceptstring(RfqAcceptHeader)required

Set this to application/api.luminovo.rfq-v1+json.

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

Responses

Rfq deleted.