Delete Setting

DELETE https://api.sfox.com/v1/enterprise/monetization/settings/:id

This endpoint allows Partners to delete and deactivate a monetization setting. Once deleted, this monetization setting will no longer apply to future orders or transactions.

Path Parameters

Name
Type
Description

id required

number

The monetization ID of the setting to be deleted

Responses

chevron-right200 OKhashtag
{
    "data": {
        "success": true
    }
}
chevron-right422 Unprocessable Contenthashtag
Invalid ID
{
    "error": "Invalid monetization ID."
}
chevron-right403 Forbiddenhashtag
No permission
{
    "error": "Partner does not have permission to delete Feature Monetization."
}

Example Requests

Last updated