cURL
curl --request POST \ --url https://controller.platform.simplecloud.app/v0/plugin-assignments/bulk-delete \ --header 'Content-Type: application/json' \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>' \ --data ' { "assignment_ids": [ "<string>" ] } '
{ "deleted_count": 123, "message": "<string>" }
Delete multiple plugin assignments in one request
Documentation IndexFetch the complete documentation index at: https://new-docs.simplecloud.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://new-docs.simplecloud.app/llms.txt
Use this file to discover all available pages before exploring further.
Network ID
Network Secret
Plugin assignment IDs
OK
Was this page helpful?