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.
curl --request POST \
--url https://{host}/cleemy-procurement/api/requests/{id}/cancellations \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"comment": "<string>"
}
'Was this page helpful?