For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Nukio API
    • Authentication
    • Device
    • User
    • Geozone
      • GETgetGeozones
      • POSTcreateGeozone
      • POSTdeleteGeozone
      • POSTupdateGeozone
      • GETgetGeozone
      • GETgetGeozones range
    • Fleets
    • Notifications
    • Routes
    • Passengers
    • Account Status
    • Nukio SDK
LogoLogo
Nukio APIGeozone

deleteGeozone

||View as Markdown|
POST
https://app.nukio.mx/api/v1/geozone/deletegeozone/authorization
POST
/api/v1/geozone/deletegeozone/authorization
$curl -X POST https://app.nukio.mx/api/v1/geozone/deletegeozone/authorization \
> -H "authorization: <apiKey>" \
> -H "Content-Type: application/json" \
> -d '{
> "geozoneid": "geozoneID"
>}'
200Geozone_deleteGeozone_example
1{
2 "success": "1",
3 "status_code": "200"
4}
Was this page helpful?
Previous

createGeozone

Next

updateGeozone

Built with

Authentication

authorizationstring
API Key authentication via header

Request

This endpoint expects an object.
geozoneidstringRequired

Response headers

pragmastring
:statusstring
expiresstring
accept-rangesstring
cache-controlstring
x-frame-optionsstring
x-xss-protectionstring
x-application-contextstring
x-content-type-optionsstring

Response

OK
successstring
status_codestring