cURL
curl --request POST \ --url https://your-instance.example.com/api/prompts/reassign \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "promptId": "<string>", "targetPromptId": "<string>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully reassigned and deleted prompt
Generic response envelope. Endpoint-specific fields are intentionally open.