Delete credentials
End users
Delete credentials
Clear some or all credentials for an end-user.
DELETE
Delete credentials
Path parameters
The end-user identifier.
Request body
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
Always
true on success.Example
Notes
- Irreversible. Once cleared, the credentials are gone. To re-enable that platform for the end-user, call
PUT .../credentialsagain 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
| Code | Meaning |
|---|---|
400 | Invalid JSON body, endUserId > 256 chars |
401 | Missing Authorization header |
403 | Revoked API key |
