Skip to main content
DELETE
/
v1
/
files
/
{file_id}
JavaScript
import Spitch from 'spitch';

const client = new Spitch();

const file = await client.files.delete('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e');

console.log(file);
"<any>"

Path Parameters

file_id
string<uuid>
required

Response

Successful Response

The response is of type any.

I