Skip to main content

DeleteMockServerResponse

Information about the deleted server response.

Properties

NameTypeRequiredDescription
idstringThe server response's ID.
namestringThe server response's name.
statusCodenumberThe server response's 5xx HTTP response code.
headersDeleteMockServerResponseHeaders[]The server response's request headers, such as Content-Type, Accept, encoding, and other information.
languageDeleteMockServerResponseLanguageThe server response's body language type.
bodystringThe server response's body that returns when calling the mock server.
createdBystringThe user ID of the user who created the server response.
updatedBystringThe user ID of the user who last updated the server response.
createdAtstringThe date and time at which the server response was created.

DeleteMockServerResponseHeaders

Properties

NameTypeRequiredDescription
keystringThe request header's key value.
valuestringThe request header's value.

DeleteMockServerResponseLanguage

The server response's body language type.

Properties

NameTypeRequiredDescription
TEXTstring"text"
JAVASCRIPTstring"javascript"
JSONstring"json"
HTMLstring"html"
XMLstring"xml"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →