v1

latestOpenAPI 3.1.02026-07-261344388.3 KB
Test events

Remove test event

Delete an existing test event from a project.

delete/api/projects/{projectId}/test-events/{testEventId}

Path parameters

testEventIdstring uuid required

ID of the test event to delete

projectIdstring uuid required

ID of the project containing the test event

Response

The deleted test event

idstring uuid required

Unique identifier of the test event

namestring required

Name of the test event

contextstring required

JSON context data for the test event

category'private' | 'shared' | 'global' required

Category of the test event (private, shared, or global)

projectIdstring uuid required

ID of the project this test event belongs to

userIdstring uuid nullable

ID of the user who owns this test event (for private events)

documentIdstring uuid nullable

ID of the document this test event is associated with