EasypanelDocs

Stop a pending action

Stops an authorized action when it is still pending.

POST
/killAction

Stops an authorized action when it is still pending.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/killAction" \  -H "Content-Type: application/json" \  -d '{    "id": "string"  }'
null