Skip to content
Gallery
API Documentation Admin Webapp
Share
Explore
EMPLOYEE

EMPLOYEE DELETE

DELETE /employee/delete/:id

Request
{}
Response (Success)
{
"status":true,
"code":"EMPLOYEE_DELETE_SUCCESS",
"message":"Employee has been deleted"
}

Response (Error)
{
"status": false,
"code": "EMPLOYEE_DELETE_FAILED",
"message": "Bad request"
}

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.