Skip to main content
DELETE
/
api
/
v1
/
hubspot
/
subscriptions
/
marketing
Delete hubspot subscriptions marketing
curl --request DELETE \
  --url https://console.vast.ai/api/v1/hubspot/subscriptions/marketing/ \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "msg": "Operation completed successfully"
}

Documentation Index

Fetch the complete documentation index at: https://vastai-80aa3a82-auto-openapi-preview-pr-4175.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Response

Successful response

success
boolean
Example:

true

msg
string
Example:

"Operation completed successfully"