Payload schema
hostnamestring
The hostname to detach from the project.
Raw JSON schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"hostname": {
"type": "string",
"description": "The hostname to detach from the project."
}
},
"required": [
"hostname"
]
}