DELETE
/
interactions
/
{id}
curl --request DELETE \
  --url https://api.{environment}.corti.app/v2/interactions/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Input your token

Headers

Tenant-Name
string

Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

Example:

"copiloteu"

Path Parameters

id
string
required

The unique identifier of the interaction to delete. Must be a valid UUID.

Response

204

The interaction was successfully deleted. No response body is returned.