Skip to main content
POST
/
api
/
v1
/
Exception
/
delete
cURL
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
ExceptionIds
string<guid>[]
SoftDelete
boolean

Response

200 - undefined