DELETE /v1/superadmin/management/shiping-center/{id}/permanent| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | ✅ | ID Shipping Center yang ingin dihapus permanen |
| Header | Value | Description |
|---|---|---|
| Authorization | Bearer <token> | JWT token SUPER_ADMIN |
| Status | Description |
|---|---|
| 200 OK | Shipping Center dan parent terkait berhasil dihapus permanen |
| 400 | Shipping Center hanya bisa dihapus permanen jika status = DELETED |
| 404 | Shipping Center tidak ditemukan |
{
"meta": {
"success": true,
"status": 200,
"message": "Shipping Center dan parent terkait berhasil dihapus permanen"
},
"data": null
}status = DELETED.Authorization: Bearer ********************curl --location --request DELETE 'https://v1.dev.bukalombok.com/v1/superadmin/management/shiping-center//permanent' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "Shipping Center dan parent terkait berhasil dihapus permanen"
},
"data": null
}