DELETE {clientId}/Consents/{profileId}/Filter/{filterId}/Consent/{consentType}

This method allows you to remove consent associations for a specific filter from a profile. All associations for the specified Consent Type and Filter will be deactivated, regardless of the Consent Version.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

This is your organization’s MyPreferences account Id.

string

Required

profileId

Id of the Profile from which Consent and Filter associations should be removed.

integer

Required

filterId

Id of the filter from which Consent associations should be removed.

string

Required

consentType

ConsentType for which the association should be removed.

string

Required

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.
400 Bad Request The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
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.