WatchAPIWatchAPI
POST
/apiEndpoint.delete

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication. Get your API key from the WatchAPI Cloud dashboard.

In: header

Request Body

application/json

id*string
Length1 <= length

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://watchapi.dev/api/trpc/apiEndpoint.delete" \  -H "Content-Type: application/json" \  -d '{    "id": "string"  }'
null
{
  "code": "BAD_REQUEST",
  "message": "Invalid input data",
  "issues": []
}
{
  "code": "UNAUTHORIZED",
  "message": "Authorization not provided",
  "issues": []
}
{
  "code": "FORBIDDEN",
  "message": "Insufficient access",
  "issues": []
}
{
  "code": "INTERNAL_SERVER_ERROR",
  "message": "Internal server error",
  "issues": []
}