Skip to main content
DELETE
/
v3
/
questionnaires
/
{questionnaire_uuid}
cURL
curl -X DELETE 'https://verification.didit.me/v3/questionnaires/11111111-2222-3333-4444-555555555555/' \
  -H 'x-api-key: YOUR_API_KEY'
{
  "detail": "You do not have permission to perform this action."
}

Authorizations

x-api-key
string
header
required

Path Parameters

questionnaire_uuid
string<uuid>
required

Per-version UUID of the questionnaire to delete.

Response

Questionnaire deleted. The response body is empty.