Skip to main content
DELETE
/
v3
/
profiles
/
{profile}
/
lists
/
{list}
/
shares
/
{share}
Delete Product List Share
curl --request DELETE \
  --url http://localhost/api/v3/profiles/{profile}/lists/{list}/shares/{share}
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

profile
string<uuid>
required

The profile ID

list
integer
required

The list ID

share
integer
required

The share ID

Response

No content