Appearance
deleteMembershipDetails ​
Deletes existing UserIdentifer record for a User based on the API Key which must be linked to a specific membership-related Global Identifier e.g. PSANZ
Request ​
http
DELETE /rest/company/membership/details/{userId}Headers ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-company-api-key | Yes | Admin-specific API key UUID provided to company |
Parameters ​
userId - Number, path parameter (required) - user id for which the membership details will be saved
Response ​
200 OK ​
A successful response should evaluate the Status Code 200. However, an empty JSON is returned as per below.
json
{
}Errors ​
| Exception | Description |
|---|---|
WSInvalidParameterException | See Error Definitions |
WSRecordNotFoundException | See Error Definitions |
WSCompanyApiKeyNotActiveException | See Error Definitions |
WSCompanyNotActiveException | See Error Definitions |
WSUserNotFoundException | See Error Definitions |
WSUserNotActiveException | See Error Definitions |
WSConnectionStatusNotActiveException | See Error Definitions |
WSMembershipServiceException | See Error Definitions |