Skip to main content
DELETE
/
apps
/
dynamics
/
employee
/
supdate
Deletes all employees from dynamics and resyncs the local database
curl --request DELETE \
  --url https://api.provident.ae/v2/apps/dynamics/employee/supdate \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Deletion process started