DELETE {clientId}/Profile/{profileId}?reasonCode={reasonCode}

This method allows you to permanently delete a profile and all associated preferences. It must be used with caution as the delete operation cannot be reversed.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

This is your organization’s MyPreferences account Id.

string

Required

profileId

Id associated with the profile that you want to delete permanently.

integer

Required

reasonCode

An optional parameter that can be used to store the reason for deletion.

string

Body Parameters

None.

Response Information

Response Codes

HTTP Status CodeTextDescription
204 No Content The request was successfully processed but there is no content to return.
401 Unauthorized Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403 Forbidden The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404 Not Found The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
500 Internal Server Error The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.

Resource Description

None.