DELETE
/
admin
/
api
/
v1
/
SubClient
/
{id}
Delete Registered Company info
curl --request DELETE \
  --url https://dashboard-api.meshconnect.com/admin/api/v1/SubClient/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "message": "<string>",
  "displayMessage": "<string>",
  "errorHash": "<string>",
  "errorType": "<string>",
  "errorData": "<any>"
}

Authorizations

Authorization
string
header
required

Authorization header using the Bearer scheme. Example: "Authorization: Bearer {Value}"

Path Parameters

id
string<uuid>
required

Response

200 - application/json

OK

The response is of type object.