Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Detection identifier
curl --request DELETE \
--url https://api.wirespeed.co/detection/{id} \
--header 'Authorization: Bearer <token>'
This response has no body data.
curl --request DELETE \
--url https://api.wirespeed.co/detection/{id} \
--header 'Authorization: Bearer <token>'
This response has no body data.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Detection identifier