| Key | Type | Required | Description |
|---|---|---|---|
| Authorization | string | ✅ | Bearer token SUPER_ADMIN |
| Content-Type | string | ✅ | application/json |
| Parameter | Type | Required | Description |
|---|---|---|---|
| name | string | ✅ | Nama country |
| code | string | ✅ | Kode country (2 huruf) |
Authorization: Bearer ********************curl --location --request DELETE 'https://v1.dev.bukalombok.com/v1/superadmin/management/countries/_iusUdstGqm-ME' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "Country deleted successfully"
},
"data": null
}