Skip to content

Delete a network

Request

Deletes a network. Fails if any lockers are still in ACCEPTED status.

Security
ApiKeyAuth
Path
uidinteger, (int64)required

The unique identifier of the network.

Example:8065713862
curl -i -X DELETE \
  https://docs.glsnxt.com/_mock/openapi-carrier-integration-api/networks/8065713862 \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Network deleted successfully.

Bodyapplication/json
uidinteger, (int64)required

The unique identifier of the network.

Example:8065713862
ownedBystringrequired

The carrier that owns the network.

Example:"GLS_NXT"
tenantstringrequired

The carrier that is the tenant of the network.

Example:"GLS_DE"
autoSharebooleanrequired

When true, new lockers owned by this carrier are automatically added to the network.

Example:false
Response
{ "uid": 8065713862, "ownedBy": "GLS_NXT", "tenant": "GLS_DE", "autoShare": false }