Skip to main content
POST
/
customers
/
import
/
{job_id}
/
cancel
Import Cancel
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/customers/import/{job_id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

job_id
string<uuid>
required

Response

Successful Response