Delete an Artifact
You can use a DELETE request to remove a artifact from an interaction on a tenant. You'll need the ARTIFACTS_DELETE_ALL permission to perform this operation.
Request
Sample request
The request below deletes an artifact from a tenant:
curl -X DELETE https://api.cxengage.net/v1/tenants/{tenantId}/interactions/
{interaction-id}/artifacts/{artifactId}
Request parameters
The table below lists the parameters you can include in a request:
| Parameter | Required | Type | Description |
|---|---|---|---|
| tenantId | yes | UUID | The tenant’s unique identifier. |
| interactionId | yes | UUID | The interaction's unique identifer |
| artifactId | yes | UUID | The artifact's unique identifier. |
Copyright © 2025 Enghouse Interactive. All Rights Reserved.