Delete Employee
### 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
code
Headers
DICE-APP-ID
Company Code of client
X-CLIENT-ID
API Client ID
X-CLIENT-SECRET
API Client Secret
Response
OK
success

