Skip to main content
DELETE
/
files
/
logo
Delete organization logo
curl --request DELETE \
  --url https://nimbussuite.com/api/v1/files/logo \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

filePath
string
required

Response

File deleted successfully

message
string