POST
/
api
/
v1
/
Exception
/
delete
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
}'

Body

application/json