POST
/
cleemy-procurement
/
api
/
requests
/
{id}
/
cancellations
Cancel a commitment-request
curl --request POST \
  --url https://{host}/cleemy-procurement/api/requests/{id}/cancellations \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "comment": "<string>"
}'

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Path Parameters

id
integer
required

ID of the commitment-request.

Body

application/json

Response

200

OK