Skip to main content
DELETE
/
v1
/
particles
/
{particle_id}
Delete Particle
curl --request DELETE \
  --url https://api.cuadra.ai/v1/particles/{particle_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT token from Stytch B2B authentication (magic link, SSO, or M2M)

Headers

Idempotency-Key
string | null

Path Parameters

particle_id
string
required

Particle ID

Response

Successful Response