docs.remarkable.net
ReferenceAddressesId

Delete order address

Delete an address for an order, authorise with basic auth

DELETE/v1/orders/{reference}/addresses/{id}
AuthorizationBasic <token>

Basic Authorization header using the Bearer scheme.

In: header

Authorization<token>

JWT Authorization header using the Bearer scheme.

In: header

Path Parameters

referencestring
idinteger
Formatint32

Response Body

curl -X DELETE "https://loading/v1/orders/string/addresses/0"
{
  "success": true,
  "errors": [
    {
      "description": "string"
    }
  ]
}
{
  "message": "string",
  "code": 0
}
{
  "succeeded": true,
  "errors": [
    {
      "message": "string"
    }
  ]
}

How is this guide?