Permanently deletes the profile. This action can’t be undone.
You can’t delete the last remaining profile on an account — that returns a 400. Returns 404 if the profile doesn’t exist or doesn’t belong to the signed-in user.
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 ID of the profile to delete.
Profile deleted.
Confirmation that the profile was deleted.
A confirmation message.
"Profile deleted successfully"