Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Logo type to delete
Available options:
dark
, light
Response
The response is of type string
.
curl --request DELETE \
--url https://api.wirespeed.co/team/platform-logo \
--header 'Authorization: Bearer <token>'
"<string>"
curl --request DELETE \
--url https://api.wirespeed.co/team/platform-logo \
--header 'Authorization: Bearer <token>'
"<string>"
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Logo type to delete
dark
, light
The response is of type string
.