Skip to content

Remove Identification

DELETE
/api/v1/annotations/{id}/identifications/{species_id}

Roles required: Annotator, Curator or Admin

Removes an identification from an annotation.

Parameters

Path Parameters

id*

Annotation ID

Typeinteger
Required
Example1234567890
species*

Species ID

Typeinteger
Required
Example1234567890

Responses

Created
application/json
JSON
{
"created_by": {
"display_name": "Coral Fischer",
"id": 1234567890,
"role": "annotator"
},
"duration": 15,
"end": "01:56:05.500",
"id": 1234567890,
"identifications": [
{
"identified_by": [
{
"display_name": "Coral Fischer",
"id": 1234567890,
"role": "annotator"
}
],
"species": {
"common_name": "Whale Shark",
"id": 1234567890,
"scientific_name": "Rhincodon typus"
}
}
],
"keypoints": [
{
"box": {
"x1": 10,
"x2": 50,
"y1": 25,
"y2": 75
},
"time": "01:56:05.500"
}
],
"start": "01:56:05.500",
"videostream": {
"id": 1234567890,
"stream_url": "https://www.youtube.com/watch?v=abcdefghijk"
}
}

Samples