Exclude from sync data

post

/api/v4/admin/sync/delete

This API marks the records to exclude from sync data.

Versions Supported:

v4

Request

Query Parameters
Supported Media Types
Request Body - text/plain ()
Mandatory. Input file containing a set of company or person ids to be exclude.
Root Schema : schema
Type: string
Back to Top

Response

200 Response

Success

404 Response

Requested resource could not be found.

500 Response

An unexpected error occurred during the request.
Back to Top

Examples

Example Requests:

/api/v4/admin/sync/delete?maptype=SALES_CLOUD
/api/v4/admin/sync/delete?maptype=MARKETING_CLOUD
/api/v4/admin/sync/delete?maptype=GENERIC

Request Payloads:

RE5CLDAwNDY0OTMyOSwxLDE=
RE5CLDIxNDUxMzA4NywxLDE=
Back to Top