Skip to main content
DELETE
/
v1
/
targets
/
{projectId}
/
{targetId}
Delete Target
curl --request DELETE \
  --url http://localhost:3004/v1/targets/{projectId}/{targetId} \
  --header 'x-api-key: <api-key>'
Permanently remove a target from your project.

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
string
required
targetId
string
required

Response

200

Target deleted