Skip to main content
DELETE
/
v1
/
files
/
{file_id}
Delete File
curl --request DELETE \
  --url https://api.spitch.app/v1/files/{file_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Authenticate with Authorization: Bearer <token>. The service accepts JWTs, API keys, and guest tokens through this bearer token header.

Path Parameters

file_id
string
required

Response

Successful Response

The response is of type Response Delete File V1 Files File Id Delete · object.