Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Scenario deleted successfully
curl --request DELETE \
--url https://prod.featherhq.com/api/v1/testing-lab/scenarios/{id} \
--header 'Authorization: Bearer <token>'This response does not have an example.curl --request DELETE \
--url https://prod.featherhq.com/api/v1/testing-lab/scenarios/{id} \
--header 'Authorization: Bearer <token>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Scenario deleted successfully