Skip to main content
DELETE
Delete credentials

Path parameters

endUserId
string
required
The end-user identifier.

Request body

fields
string[]
Specific credential fields to clear. Omit or pass an empty array to wipe every credential for this end-user.Valid field names match the set endpoint: twitterAuthToken, twitterCt0, redditSession, tiktokSessionId, tiktokCsrfToken, instagramSessionId, instagramCsrfToken, instagramDsUserId.

Response — 200 OK

ok
boolean
Always true on success.

Example

Notes

  • Irreversible. Once cleared, the credentials are gone. To re-enable that platform for the end-user, call PUT .../credentials again with fresh values.
  • The end-user record itself is not deleted. Only the credential fields inside it. The end-user’s task and session history remain accessible.
  • Per-platform isolation. Passing fields: ["twitterAuthToken", "twitterCt0"] clears Twitter only; TikTok, Instagram, etc. remain configured.

Errors