Skip to main content
DELETE
/
integrations
/
{id}
/
surveys
/
{surveyId}
/
sources
/
{sourceId}
Delete survey source
curl --request DELETE \
  --url https://api.questra.ai/integrations/{id}/surveys/{surveyId}/sources/{sourceId} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Org-Id: <x-org-id>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.questra.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Org-Id
string
required

The ID of the organization to make requests against. Found on your Settings page.

Path Parameters

id
string
required

Unique ID of the integration

surveyId
string
required

Unique ID of the survey on the integrated platform

sourceId
string
required

Unique ID of the participant source

Response

Participant source deleted.