WP Engine · Example Payload

Deleteaccountuser

Account User

Deleteaccountuser 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": "deleteAccountUser",
  "summary": "Delete an account user",
  "method": "DELETE",
  "path": "/accounts/{account_id}/account_users/{user_id}",
  "tags": [
    "Account User"
  ],
  "parameters": {
    "account_id": "<account_id>",
    "user_id": "<user_id>"
  }
}