Skip to main content
POST
/
environments
/
{environmentId}
/
clear
{
  "message": "<string>",
  "confirmationCode": "<string>"
}

Headers

x-environment
string<uuid>
required

Configure which environment the request will handle. If the provided credentials do not allow access to this specified environment, a 403 Forbidden response is returned.

Path Parameters

environmentId
string<uuid>
required

Id of environment.

Body

application/json

Request.

confirmationCode
string | null
preserveSettings
boolean | null

Response

OK

message
string | null
confirmationCode
string | null