cURL
curl --request DELETE \ --url https://controller.platform.simplecloud.app/v0/networks/secrets \ --header 'Content-Type: application/json' \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>' \ --data '{}'
{ "message": "Secret deleted successfully", "secret_id": "123e4567-e89b-12d3-a456-426614174000" }
Delete a network secret from the authenticated network
Network ID
Network Secret
Secret ID
The body is of type object.
object
OK
Response for deleting a network secret
"Secret deleted successfully"
"123e4567-e89b-12d3-a456-426614174000"
Was this page helpful?