Skip to main content
DELETE
/
v1
/
jobs
/
{job_id}
Delete Job
curl --request DELETE \
  --url https://sdk.nimbleway.com/v1/jobs/{job_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

Cookies

token
string | null

Response

Successful Response