Skip to main content
DELETE
https://prod-api.raisedonors.com
/
api
/
Query
/
{id}
Delete a Saved Query
curl --request DELETE \
  --url https://prod-api.raisedonors.com/api/Query/{id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

id
integer<int64>
required

The ID of the query to delete.

Response

200

OK

Last modified on June 5, 2026