DELETE
/
admin
/
api
/
v1
/
SubClient
/
{id}
/
logo
Remove Registered client Logo
curl --request DELETE \
  --url https://admin-api.meshconnect.com/admin/api/v1/SubClient/{id}/logo \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "message": "",
  "errorHash": "e332aa7fb619606d57fdfa20e1790f0bbf0f5547",
  "errorType": ""
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

The identifier of the Registered client to remove logo for

Response

Registered client logo removed

status
enum<string>
Available options:
ok,
serverFailure,
permissionDenied,
badRequest,
notFound,
conflict,
tooManyRequest,
locked,
unavailableForLegalReasons
message
string | null

A message generated by the API

displayMessage
string | null

User-friendly display message that can be presented to the end user

errorHash
string | null

An error grouping hash from string components and caller information. Used by bugsnag on FE for correct error grouping

errorType
string | null

Strictly-typed error type that is explaining the reason of an unsuccessful status of the operation. All possible error types are available in the documentation.

errorData
any