> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Profile Action

> Delete a character.

The **Delete Profile Action** permanently removes a specific profile and all its associated data.

## Configuration

<ResponseField name="profileId" type="String" required>
  The internal UUID of the profile to delete.
</ResponseField>

<CodeGroup>
  ```yaml Example theme={null}
  action:
    type: delete_profile_action
    profileId: "ba4103cb-..."
  ```
</CodeGroup>
