Skip to main content
DELETE
/
assert
/
{id}
remove an assertion
curl --request DELETE \
  --url http://localhost:3917/assert/{id}
{
  "ok": true,
  "message": "<string>"
}

Path Parameters

id
integer<int32>
required

Entity id of the assertion to remove.

Required range: x >= 0

Response

200 - application/json

Assertion despawned (or reported not-found) — see ok and message.

ok
boolean
required
message
string | null