curl --request POST \
--url https://saas.pads365.com/rdx/nds.services.schedule/api/v1/Exception/delete \
--header 'Content-Type: application/json' \
--data '{
"ExceptionIds": [
"<string>"
],
"SoftDelete": true
}'
curl --request POST \
--url https://saas.pads365.com/rdx/nds.services.schedule/api/v1/Exception/delete \
--header 'Content-Type: application/json' \
--data '{
"ExceptionIds": [
"<string>"
],
"SoftDelete": true
}'