Skip to main content
DELETE
/
v0
/
plugin-assignments
Delete a plugin assignment
curl --request DELETE \
  --url https://controller.platform.simplecloud.app/v0/plugin-assignments \
  --header 'X-Network-ID: <x-network-id>' \
  --header 'X-Network-Secret: <x-network-secret>'
{
  "assignment_id": "<string>",
  "message": "<string>"
}

Headers

X-Network-ID
string
required

Network ID

X-Network-Secret
string
required

Network Secret

Query Parameters

assignment_id
string
required

Plugin Assignment ID

Response

OK

assignment_id
string
message
string