Skip to main content
DELETE
/
v1
/
flow
/
alignment
/
{alignment_job_id}
Delete alignment job
curl --request DELETE \
  --url https://flow.seekr.com/v1/flow/alignment/{alignment_job_id} \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Seekr API Key without 'Bearer' Prefix

Path Parameters

alignment_job_id
string
required

Response

Successful Response

Last modified on June 18, 2026