removeContacts

post

/ccstore/v1/organizations/removeContacts

Remove Contacts. This operation is used to remove a contact from the organization by delegatedAdmin. The delegated Admin cannot remove the contact if the contact is the last approval in the organization. This endPoint accepts the organization Id in the header. If the organization Id is passed in the header, that organization becomes the current id for delegated Admin.Optionally takes the X-CCOrganization header to specify current Organization id of logged in user.

Request

Supported Media Types
Header Parameters
Body ()
Root Schema : removeContacts_request
Type: object
Show Source
Example:
POST{"members":["bb-110014"]}
Nested Schema : members
Type: array
profileId of member to be removed from organization
Show Source
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : removeContacts_response
Show Source

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |1002019|Due to user type mismatch, cannot unassign user id from Organization| |23042|You cannot remove yourself from this account| |100020|Invalid Input| |22007|please provide valid input| |100019|Internal Error|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top