Taiga
API ReferenceEncountersAttachmentsV1

Delete attachment

DELETE
/api/encounter-attachments/v1/{encounter_id}

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

encounter_id*EncounterId
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X DELETE "https://example.com/api/encounter-attachments/v1/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{    "attachment_id": "4c76e620-6daa-46e6-9da1-9ac96abab601"  }'
Empty