curl --request DELETE \
--url https://api.questra.ai/surveys/{survey_id_or_slug} \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{
"message": "<string>"
}curl --request DELETE \
--url https://api.questra.ai/surveys/{survey_id_or_slug} \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique ID or slug of the survey to delete