Delete VertoFX Integration
Description:
The /integrations/vertofx
endpoint deletes an existing VertoFX integration configuration.
Method: DELETE
Query Parameters:
Parameter | Type | Description |
---|---|---|
id | string | ID of the integration to delete |
curl --request DELETE \
--url https://server26-dot-royalti-project.uc.r.appspot.com/integrations/vertofx \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "<string>",
"data": {}
}
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
ID of the integration to delete
Success
The response is of type object
.
curl --request DELETE \
--url https://server26-dot-royalti-project.uc.r.appspot.com/integrations/vertofx \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "<string>",
"data": {}
}