cURL
curl --request DELETE \ --url https://api.example.com/api/core/files/{file_hash} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete a file from the specified source
Bearer token authentication. Format: 'Bearer '
Type of the file source
ID of the file source
Successful Response
Was this page helpful?