MCP/Tools/Profiles/delete_profile
delete_profile

Delete a niche profile

Free

Delete a custom profile. Default profiles cannot be deleted.

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"
}