Loading...

Knowledge Base

Unsuspend a WordPress Hosting Order Using the API

When you want to reactivate a suspended WordPress Hosting order using the API. This article explains required parameters, the unsuspend operation, and response details for restoring a WordPress Hosting order.

Unsuspend

Description

Unsuspends an existing Wordpress Hosting Order.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredAuthentication Parameter
api-keyStringRequiredAuthentication Parameter
order-idIntegerRequiredThe OrderId which is to be Unsuspended.

HTTP Method

PATCH

Example Test URL Request

https://test.httpapi.com/restapi/product/wordpresshostingusa/order/{order-id}/unsuspend?auth-userid=0&api-key=key

Response

Returns a map of the execution details of the Unsuspend operation.