Skip to main content
DELETE
/
customer
/
{customerId}
/
location
/
category
/
{categoryId}
Delete Location Category
curl --request DELETE \
  --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/location/category/{categoryId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
string
required
categoryId
string
required

Response

200

Successful operation