Skip to main content
DELETE
/
integrations
/
vertofx
Delete VertoFx Integration
curl --request DELETE \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/integrations/vertofx \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}
Delete VertoFX Integration Description:
The /integrations/vertofx endpoint deletes an existing VertoFX integration configuration.
Method: DELETE Query Parameters:
ParameterTypeDescription
idstringID of the integration to delete

Authentication

This endpoint requires authentication. Include your bearer token in the Authorization header.

Query Parameters

ParameterTypeInRequiredDescription
idstringqueryID of the integration to delete

Responses

✅ 200 - Success

⚠️ 401 - Unauthorized

❌ 500 - Internal Server Error

Tags

VertoFx

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

id
string
required

ID of the integration to delete

Response

Success

success
boolean
Example:

true

message
string
data
object
I