Delete multiple document scans

DELETE /api-v1/document-scan

Headers

Body Required

ids

array[integer] array[integer]

Responses

DELETE /api-v1/document-scan
curl \
 -X DELETE http://wyzio.app/api-v1/document-scan \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string" \
 -d '[42]'
Request example
# Headers
TARGET-ORGANIZATION-ID: 42
WEAL-TOKEN: string

# Payload
[
  42
]