Delete Employee

View as Markdown
### Delete Employee This API is used to Delete Employee Existing in Dice. | **Params** | **Reqiured** | **Description** | | --- | --- | --- | | code | Mandatory | Employee code associate with employee. | ### Response The response will contain a `success` field, which will be set to `true` if the employee deletion was successful. ``` json { "success": true } ```

Path parameters

codestringRequired

Headers

DICE-APP-IDstringOptional
Company Code of client
X-CLIENT-IDstringOptional
API Client ID
X-CLIENT-SECRETstringOptional
API Client Secret

Response

OK
successboolean