Skip to main content
POST
/
team.v1.TeamManagementService
/
DeleteApiCredential
DeleteApiCredential
curl --request POST \
  --url https://api.manus.im/team.v1.TeamManagementService/DeleteApiCredential \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "clientId": "tm_RRa7dgjD_AFhru6AnZJ8W"
}
'
{}
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.