Skip to main content
DELETE
/
v1
/
crm
/
merchants
/
{merchantId}
/
equipment-orders
/
{equipmentOrderId}
/
file-build-type
Delete File Build Type
curl --request DELETE \
  --url https://api.example.com/v1/crm/merchants/{merchantId}/equipment-orders/{equipmentOrderId}/file-build-type \
  --header 'Authorization: Bearer <token>'
null

Authorizations

Authorization
string
header
required

Enter token in following format: Bearer

Path Parameters

merchantId
string
required
equipmentOrderId
string
required

Response

The request was successful and the response body is empty.