Team User Management
team.credential.delete
Permanently deletes an API credential. Any integrations still using it lose access immediately and irreversibly.
POST
DeleteApiCredential
Questions or issues? Contact us at api-support@manus.ai.
Authorizations
Browser session token. Open Manus, find any authenticated request in DevTools → Network, and copy the value after Bearer from the Authorization header. Used only for credential management RPCs.
Body
application/json
Client identifier of the credential to delete.
Example:
"tm_RRa7dgjD_AFhru6AnZJ8W"
Response
200 - application/json
Credential deleted. Empty object on success.
The response is of type object.
Previous
oauth.tokenExchanges a `client_id` + `client_secret` for a short-lived OAuth 2.0 access token. The token is required for every `/api/user/manage/v1/users*` request. **Token lifetime is 1 hour (3600 seconds)** — cache and reuse until expiry.
Next
DeleteApiCredential