How it works
If the deleted profile was active, the next remaining profile becomes active automatically.
Inputs
Name
Type
Required
Description
profileId
string
required
Profile to delete.
Returns
{ deleted: true, profileId, newActiveId? }Examples
Clean up a duplicate profile
Drop a test profile that got created during prompt iteration.
{
"profileId": "profile-test-123"
}