cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/catalogues/{catalogue_id}/audiences/{audience_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
Remove an audience from this catalog. Please note that if the catalog’s visibility is set to ‘public’, the audiences will be ignored
Was this page helpful?