WP Engine · Example Payload

Deletesshkey

SSH Key

Deletesshkey is an example object payload from WP Engine, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathtagsparameters

Example Payload

Raw ↑
{
  "operationId": "deleteSshKey",
  "summary": "Delete an existing SSH key",
  "method": "DELETE",
  "path": "/ssh_keys/{ssh_key_id}",
  "tags": [
    "SSH Key"
  ],
  "parameters": {
    "ssh_key_id": "<ssh_key_id>"
  }
}