Skip to main content
DELETE
/
api
/
v1
/
testing-lab
/
mock-tools
/
by-name
/
{toolName}
Delete a Cekura mock tool
curl --request DELETE \
  --url https://prod.featherhq.com/api/v1/testing-lab/mock-tools/by-name/{toolName} \
  --header 'X-API-Key: <api-key>'
{
  "success": true
}

Authorizations

X-API-Key
string
header
required

Path Parameters

toolName
string
required

Query Parameters

agentId
string
required

Response

Mock tool deleted

success
boolean
required