Skip to main content
DELETE
/
apps
/
dynamics
/
employee
/
{no}
Delete employee
curl --request DELETE \
  --url https://api.provident.ae/v2/apps/dynamics/employee/{no} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

no
string
required

Employee No

Response

Employee deleted successfully