Remove a particle from a system prompt composition.
cURL
curl --request DELETE \ --url https://api.cuadra.ai/v1/system-prompts/{system_prompt_id}/particles/{particle_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
System Prompt ID
Particle ID
Successful Response
Was this page helpful?