Files
web-crm.mcmed.ru/backend/artifacts/storage/file-link.http
Viktoria Polyakova 4fb101c5db Init
2026-01-25 08:57:38 +00:00

13 lines
268 B
HTTP

### Delete file link by id
DELETE {{url}}/api/crm/file-links/123
Content-Type: application/json
Authorization: Bearer {{token}}
### Delete file links by ids
DELETE {{url}}/api/crm/file-links?ids=72,73
Content-Type: application/json
Authorization: Bearer {{token}}