cURL
curl --request DELETE \ --url https://dashboard-api.meshconnect.com/admin/api/v1/SubClient/{id}/logo \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "message": "<string>", "displayMessage": "<string>", "errorHash": "<string>", "errorType": "<string>", "errorData": "<any>" }
Authorization header using the Bearer scheme. Example: "Authorization: Bearer {Value}"
OK
The response is of type object.
object
Was this page helpful?