Remove a team member.
DELETE/teams/members/:sub_user_id
Deactivates a team member, revoking their access to the authenticated user's listings.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 429
The deactivated team member.
API key authorization failed.
Read-only API key cannot remove team members.
Team member not found.
A concurrent request for this team is already in progress. Retry after it completes.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.