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 '{}'
{ "count": 5, "secrets": [ { "created_at": "2023-01-01T12:00:00Z", "name": "api-key-1", "secret_id": "123e4567-e89b-12d3-a456-426614174000" } ] }
Create, list, or delete network secrets
Network ID
Network Secret
The body is of type object.
object
OK
Response for listing network secrets
5
Show child attributes
Was this page helpful?