Skip to main content
DELETE
/
api
/
v1
/
participants
/
{id}
Delete participant
curl --request DELETE \
  --url https://www.intervyo.ai/api/v1/participants/{id} \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>",
  "issues": [
    {}
  ]
}

Authorizations

x-api-key
string
header
required

API key with the iv_live_ prefix. Create one under Developer → API Keys.

Path Parameters

id
string<uuid>
required

id identifier

Response

No Content

Last modified on June 3, 2026