- API
- V1
- Company
- Roles
- Permissions
- User
- Auth
- Product
- FAQs
- FAQs Public
- Company Employee
- Lokasi Tujuan
- Jenis Lokasi
- Contact
- Common
- Ticket
- External
- Video Wall
- Management Gate
- Gate Activities
- Gate In/Out
- CEISA
- PTOSM
- Dashboard
- Log Activity
- Report
- Profile
- Load Unload
- Notification
- TPS Online
- Get detail data verifikasi gate inGET
Delete Company Employee
Developing
DELETE
/v1/company-employees/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/v1/company-employees/d6d42e70-1da5-42f1-8135-0ab57754b9c3'
Response Response Example
{
"data": null,
"message": "Company employee deleted successfully"
}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
stringÂ
required
Example:
d6d42e70-1da5-42f1-8135-0ab57754b9c3
Responses
🟢200Success
application/json
Body
data
nullÂ
required
message
stringÂ
required
Modified at 2025-04-16 07:50:49