Skip to main content
POST
DeleteApiCredential
Questions or issues? Contact us at api-support@manus.ai.
Auth: Browser session token (Bearer).Immediate and irreversible: Any integration still using the credential loses access right away. Verify nothing is in flight before deleting.Cannot be undone: If you accidentally delete the wrong credential, create a fresh one via team.credential.create and rotate the consumer.Successful delete returns an empty object ({}).

Authorizations

Authorization
string
header
required

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
clientId
string
required

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.