DELETE
/
api
/
v1
/
testing-lab
/
scenarios
/
{id}
Delete testing lab scenario by ID
curl --request DELETE \
  --url https://prod.featherhq.com/api/v1/testing-lab/scenarios/{id} \
  --header 'X-API-Key: <api-key>'
This response does not have an example.

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Response

204

Scenario deleted successfully