Footer Section
Explore

Delete the list of favorites based on the favorite id's passed in the payload.
The account value from the header is taken as default account if passed as query parameter.
Content type of the request body.
The name of the storefront used for the request.
Request body of delete favorite having List of favorite Id's.
curl --request POST \--url https://documentation.conga.com/favorites/delete \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: application/json' \--header 'x-account: ' \--header 'x-storefront: ' \--data '[{"Id": "a3e79000000WdL4AAK"},{"Id": "a3e79000000WdKzAAK"}]'
1{2"title": "success",3"status": 200,4"data": [5{6"id": "a3e79000000WdKzAAK",7"success": true,8"errors": []9},10{11"id": "a3e79000000WdL4AAK",12"success": true,13"errors": []14}15]16}