Taiga
API ReferencePre EncounterImagesV1

Deactivate image

Sets an Image as deactivated. The path must contain the version being written, which is the object's current version plus 1 (a create returns version 0, so the first deactivate uses 1). Sending the current version returns 409 Version conflict.

DELETE
/images/v1/{id}/{version}

Authorization

BearerAuth
AuthorizationBearer <token>

Send your Taiga API key as a Bearer token. Create and manage keys in the Taiga developer portal.

In: header

Path Parameters

id*pre-encounterimagesv1ImageId

The unique identifier for an Image

version*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/images/v1/string/string"
Empty