Skip to main content
POST
/
api
/
external
/
v2
/
bulk-automations
/
hide-subscriptions
Hide subscriptions in bulk
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.

Query Parameters

api_key
string
required

Your API Key

allSubscriptions
boolean

allSubscriptions

Body

application/json
subscriptionIds
string

Response

Bulk hide operation successfully queued and initiated. Subscriptions will be hidden asynchronously.