Delete a file from a source

delete/sources/{sourceId}/files/{fileId}

Deletes a file in a local source.

Request Samples

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
fileId
string
true

The id of the file to delete.

sourceId
string
true

The id of the source to delete the file from.

Responses

StatusMeaningDescription
204No Content

The file was deleted.

400Bad Request

The request was invalid.

Schema
401Unauthorized

The user was not authenticated.

Schema
422Unprocessable Entity

The server understands the request but was unable to process the contained instructions.

Schema