Permanently deletes a profile and all associated data.
Warning: This action cannot be undone. All lists, ratings, viewing history, and other data associated with this profile will be permanently deleted.
Make sure you want to delete the profile before calling this endpoint.
Note: You cannot delete your last remaining profile. Attempting to delete the last profile will return a 400 error.
Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication.
/profiles, /auth/session-token,
/auth/session) accept a long-lived refresh token
(rt_<hex>)./pages/*, /profile/*) accept a
short-lived session JWT.SDK clients use two typed API accessors (identityApi() with the
refresh token vs sessionApi() with the session JWT) — see the SDK
DiscovrAuth helper.
Format: Authorization: Bearer {token}
The unique identifier of the profile to delete
Profile deleted successfully
Confirmation message indicating successful deletion
"Profile deleted successfully"