API reference
Remove a member's access to a seller
Removes a person's access to a seller. Their user account is not deleted.
DELETE
/v1/sellers/{sellerId}/members/{memberId}Removes a person's access to a seller. Their user account is not deleted.
Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Path Parameters
sellerId*string
memberId*string
Response Body
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://example.com/v1/sellers/string/members/string"{ "type": null, "title": null, "status": null, "detail": null, "instance": null, "code": "string"}