- 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 FAQs
DELETE
/v1/faqs/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/v1/faqs/'
Response Response Example
{
"data": null,
"message": "Sukses menghapus FAQ"
}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
stringÂ
required
Responses
🟢200OK
application/json
Body
data
nullÂ
required
message
stringÂ
required
Modified at 2025-05-06 09:08:50