curl --request POST \
--url https://subscription-admin.appstle.com/api/external/v2/bulk-automations/hide-subscriptions \
--header 'Content-Type: application/json' \
--data '
{
"subscriptionIds": "<string>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://developers.appstle.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://subscription-admin.appstle.com/api/external/v2/bulk-automations/hide-subscriptions \
--header 'Content-Type: application/json' \
--data '
{
"subscriptionIds": "<string>"
}
'{}