Dataset

Delete image

DEL
Delete image

Path parameters

dataset_idstringRequired
The unique identifier for the dataset
coactive_image_idstringRequired
The coactive unique identifier for the image to delete

Response

This endpoint returns any
DEL
1curl -X DELETE https://app.coactive.ai/api/v1/datasets/string/image/string \
2 -H "Authorization: Bearer <token>"
200
Deleted
1{}