cURL
curl --request POST \ --url https://{host}/cleemy-procurement/api/requests/{id}/cancellations \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "comment": "<string>" }'
Cancel a commitment-request.
API key. Value must be formatted like so: lucca application={api_key}.
lucca application={api_key}
ID of the commitment-request.
OK
Was this page helpful?