DELETE /v1/superadmin/management/courier/{id}/permanent| Header | Value | Deskripsi |
|---|---|---|
| Content-Type | application/json | Format request JSON |
| Authorization | Bearer <token> | JWT token SUPER_ADMIN |
| Parameter | Tipe | Wajib | Deskripsi |
|---|---|---|---|
id | string | ✅ | ID user kurir yang akan dihapus permanen |
Authorization: Bearer ********************curl --location --request DELETE 'https://v1.dev.bukalombok.com/v1/superadmin/management/courier//permanent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": ["rjFK-G8w0CuApLD", "ouPA_MZEaSnFCrV"]
}'{
"meta": {
"success": true,
"status": 200,
"message": "1 User Corier berhasil di-restore"
},
"data": [
{
"id": "rjFK-G8w0CuApLD",
"status": "ACTIVE",
"isActive": true
}
]
}