Delete Order Type

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

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