Removes a Team Member from the Location. Requires If-Match with the version last seen.
Security
OAuth2(Required scopes: team_members:write) or RestrictedKey
- Mock serverhttps://developer.alteg.io/_mock/en/b2b-v3/openapi/locations/{location_id}/team_members/{team_member_id}
- Preview resource API contract - endpoint surface is not live yethttps://api.alteg.io/api/v3/locations/{location_id}/team_members/{team_member_id}
- OAuth2
- RestrictedKey
curl -i -X DELETE \
'https://developer.alteg.io/_mock/en/b2b-v3/openapi/locations/{location_id}/team_members/{team_member_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'If-Match: string'The team member has been deleted.
Headers
Requests left in the most constrained policy window that applies to this request.
On 429, seconds until the most constrained policy frees up; it equals Retry-After there. On a successful response it reports the length of that policy's window rather than the time left in the current one, so treat it as the window size, not as a countdown — the counter to pace against is RateLimit-Remaining.
Most constrained policy applied to the request, as <limit>;w=<window in seconds>.
Example:"10;w=60"
Response
No content