Skip to main content
DELETE
/
ops
/
{op_id}
Abort current running operation
curl --request DELETE \
  --url https://api.wesog.com/ops/{op_id} \
  --header 'API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

API-Key
string
header
required

Path Parameters

op_id
integer
required

Response

Successful Response