Description

This endpoint allows you to delete one or more labels from a file. (For an example of how to delete multiple labels from a file, see the Notes section at the end of this topic.)

Authentication

Use the JSON Web Token (JWT) and the name of the organization to authenticate. For details, see https://developers.tetrascience.com/reference/authentication

Responses

Responses are in JSON format.

200 OK

Request was completed successfully. The result is an empty body (no text or file data is returned).

401 Unauthorized

There is a problem with authorization. For details, see https://developers.tetrascience.com/reference/authentication.

404 Not Found

There was no API method associated with the endpoint you indicated.

500 Internal Server Error

There was a problem with the website’s server or a network issue.

NOTES

The Label Delete API also supports batches as shown in this example:

https://api.tetrascience.com/v1/fileinfo/files/55e79c87-17bb-467c-ab64-f80f419cfbdd/labels?id=3873483&id=3873482

Language
Authorization
Click Try It! to start a request and see the response here!