Delete Delivery Type

Permanently deletes a Delivery Type. It cannot be undone. Also also removes any references to the Delivery Type in rules and other settings.

SecurityOAuth2.0
Request
path Parameters
delivery-type-id
required
string
header Parameters
x-api-key
string
tenant-id
string
Content-Type
string
Default: application/json
Responses
200
delete/delivery-types/{delivery-type-id}
Request samples
Response samples
application/json
{
  • "delivery_type_id": "string",
  • "code": "string",
  • "merchants": [
    ],
  • "deleted": true
}