Delivery Solutions

Delete Boundary

The "Delete Boundary" API endpoint requires a unique integer boundaryId to delete a specific boundary, responds with a 200 status on success or 400 on bad request, and includes example cURL request headers such as tenantId, x-api-key, and x-compression.

Parameters

  • boundaryId (int32, required): A unique numeric id for the boundary being deleted.

Responses

  • 200: Success
  • 400: Bad Request

Example Request

Shell (cURL)

curl --request DELETE \
     --url https://sandbox.api.deliverysolutions.co/store/boundary/boundaryId \
     --header 'accept: application/json' \
     --header 'tenantId: YOUR_TENANT_ID' \
     --header 'x-api-key: YOUR_API_KEY' \
     --header 'x-compression: true'

Example Responses

  • 200 - Result
  • 400 - Result