Skip to main content

Deactivate Bitninja

DELETE/api/v1/license/bitninja/{vm_id}/node/

Path parameters

  • vm_idPathstringrequired

    Path parameter vm_id.

Query parameters

  • project_idQuerystringoptional

    Identifier of the project to scope the request to. Optional; if omitted, the account's default project is used.

    • optional
    • if omitted, the request is applied to the default project
    example{{project_id}}
  • apikeyQuerystringoptional

    API key used to authenticate the Deactivate Bitninja request

    • required
    • non-empty
    example{{api_key}}
  • locationQuerystringoptional

    Query parameter specifying the target location for deactivation

    • must be a non-empty string
    • should be URL-encoded
    example{{location}}

Responses

200Successful response
object
codeinteger

HTTP status code indicating the result of the deactivation request

example200
  • must be an integer
  • 200 indicates success
dataobject
errorsobject
messagestring

Status message indicating the result of the deactivation request

exampleSuccess
  • must be a non-empty string
  • typically a short word or phrase such as "Success"