Skip to main content
DELETE
/
orgs
/
{org_id}
/
files
/
{file_id}
Delete File
curl --request DELETE \
  --url https://api.example.com/orgs/{org_id}/files/{file_id}
"<unknown>"

Path Parameters

org_id
string
required
file_id
string
required

Response

200 - application/json

The response is of type unknown.