Skip to main content
DELETE
/
test-sets
/
{test_set_id}
/
requests
Remove requests from test set
curl --request DELETE \
  --url https://api.trymaitai.ai/api/v1/test-sets/{test_set_id}/requests \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": {
    "deleted": true
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

test_set_id
integer
required

Response

200 - application/json

Resource deleted.

data
object