cURL
curl --request DELETE \ --url https://api.example.com/api/models/{modelId}/files/{fileId} \ --header 'Authorization: Bearer <token>'
{ "data": { "message": "<string>" } }
Enter your API key here
ID of the model
ID of the file
File deleted successfully
Show child attributes
Was this page helpful?