Delete a Reference

Warning

Deleting references via DELETE requests to /api/v2/references/{id} is deprecated. Please use the Batch API that allows for deleting multiple references in a single request.

Click here for the full Schema.

reference_id="c253c98231776d0c8a54879e"
curl \
  --request DELETE \
  --header "Authorization: Bearer ${ARDOQ_API_TOKEN}" \
  --header "X-org: ${ARDOQ_ORG_LABEL}" \
  --fail-with-body \
  "${ARDOQ_API_HOST-"https://app.ardoq.com"}/api/v2/references/${reference_id}"