API Explorer

Test and explore the Chars.gg API endpoints

Delete file

Deletes a file by id

Endpoint Details

Delete file

DELETE /v1/files/{id}

Path Parameters

The UUID of the entity

Headers

Response Examples

204 - File deleted
400 - Invalid UUID format
Schema: {
  "$ref": "#/components/schemas/ValidationErrorResponseDto"
}
404 - File not found
Schema: {
  "$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}