Skip to main content
DELETE
/
api
/
v1
/
organizations
/
{organization_id}
/
files
/
{file_id}
Delete File
curl --request DELETE \
  --url https://api.example.com/api/v1/organizations/{organization_id}/files/{file_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "unauthorized",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers -- Authorization: Bearer <access_token>

Path Parameters

organization_id
string
required
file_id
string
required

Response

Successful response.