Skip to main content
PUT
/
instances
/
{id}
/
cancel
Cancel instance
curl --request PUT \
  --url https://api.vzaps.com/instances/{id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "message": "Instance canceled successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Identificador publico da instancia no formato gerado pela plataforma: prefixo VZ seguido de caracteres alfanumericos.

Example:

"VZ9K2M4N8P1Q3R5S7T0WABCD01EF"

Response

200 - application/json

Instance canceled

message
string
required
Example:

"Instance canceled successfully"