Intent
Delete an intent
DELETE /intent/{intentId}
DELETE /intent/{intentId}
Delete an intent. This is only possible if the intent is not yet executed
Path parameters
intentIdintegerpathrequiredThe id of the intent that should be deleted
Responses
200 — Intent was deleted
Response Example
{
"success": true
}403 — Unauthorized
404 — Intent not found
500 — Internal error