curl --request DELETE \
--url https://api.wirespeed.com/team/platform-logo \
--header 'Authorization: Bearer <token>'
"<string>"
curl --request DELETE \
--url https://api.wirespeed.com/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
.