Skip to main content
DELETE
/
api
/
checks
/
{id}
Delete Check
curl --request DELETE \
  --url https://app.sphinxhq.com/api/checks/{id}/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

OAuth2 access token obtained from POST /api/oauth/token/ using client credentials.

Path Parameters

id
integer
required

A unique integer value identifying this check.

Response

204

No response body