curl --request DELETE \
--url https://prod-api.raisedonors.com/api/Query/{id} \
--header 'Authorization: <api-key>'
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
The ID of the query to delete.
Last modified on June 5, 2026