cURL
curl --request POST \ --url https://api.example.com/actions/commands/disable-actions \ --header 'Content-Type: application/json' \ --data ' { "category": "<string>", "provider": "<string>", "game": "<string>", "ids": [ "<string>" ] } '
{ "success": true, "message": "<string>", "ids": [ "<string>" ] }
Disables actions by their IDs, category, provider, or game
Actions successfully disabled
Was this page helpful?