cURL
curl --request DELETE \ --url https://controller.platform.simplecloud.app/v0/players/properties \ --header 'Content-Type: application/json' \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>' \ --data '{}'
{ "message": "Properties deleted successfully", "player_id": "069a79f4-44e9-4726-a5be-fca90e38aaf5" }
Delete specific property keys
Network ID
Network Secret
Player UUID
Keys to delete
The body is of type object.
object
OK
Response for deleting player properties
"Properties deleted successfully"
"069a79f4-44e9-4726-a5be-fca90e38aaf5"
Was this page helpful?