Delete Member
Intent
Removes the member.
When to call it
Call this only after your application has identified the member that should be removed.
Access boundary
Authorize the request with a token that carries customer_portal:write.
Successful result
A successful request returns 204 without a response document.
Operational notes
Remove a member from the team.
Only available to owners and billing managers of team customers.
Rules:
- Cannot remove yourself
- Cannot remove the only owner
DELETE
Delete Member
Authorizations
Authentication: Member session tokens authenticate team members within a customer account. Generate one through the customer session operation.
Path Parameters
Response
Member removed.
Previous
Read Customer Meter### Intent
Reads the customer meter without changing it.
### When to call it
Call this after your application has received or stored the identifier for the customer meter.
### Access boundary
Authorize the request with a token that carries `customer_portal:read` or `customer_portal:write`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
### Operational notes
Get a meter by ID for the authenticated customer.
**Scopes**: `customer_portal:read` `customer_portal:write`
Next
Delete Member