- API
- V1
- Company
- Roles
- Permissions
- User
- User Operational Tenant
- Operational
- Admin
- Get List UserGET
- Get Admin Dropdown ListGET
- Delete UserDELETE
- 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 User
Developing
DELETE
/v1/users/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/v1/users/04773fb8-ef2e-46d0-8f95-e4b1183c9ffd'
Response Response Example
{
"message": "User deleted successfully",
"data": null
}
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:
04773fb8-ef2e-46d0-8f95-e4b1183c9ffd
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2025-04-29 08:38:53