DELETE
/
team
/
platform-logo
curl --request DELETE \
  --url https://api.wirespeed.co/team/platform-logo \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Query Parameters

type
enum<string>
required

Logo type to delete

Available options:
dark,
light

Response

200
application/json

The response is of type string.