Supported Methods

You can perform basic CRUD operations (create, read, update, and delete) using standard HTTP method requests, as summarized in the following table.
HTTP Method Description
GET Retrieve information about the resource.
POST Create, backup, or restore the resource.
PUT Update the resource.
PATCH Perform specific update for the resource.
DELETE Delete the resource.