Removes a source file tag from a source file

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

Removes a tag from a source file.

Request Samples

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
fileId
string
true

The ID of the file to remove the tag from.

sourceId
string
true

The ID of the source the file belongs to.

tagId
string
true

The ID of the tag to remove.

Responses

StatusMeaningDescription
204No Content

The tag was removed.

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