Skip to main content
POST
/
v0
/
plugin-assignments
/
bulk-delete
Bulk delete plugin assignments
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>"
}

Documentation Index

Fetch the complete documentation index at: https://new-docs.simplecloud.app/llms.txt

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

Headers

X-Network-ID
string
required

Network ID

X-Network-Secret
string
required

Network Secret

Body

application/json

Plugin assignment IDs

assignment_ids
string[]

Response

OK

deleted_count
integer
message
string