Endpoint
- Method:
DELETE - Path:
/cart/spaces/{spaceId}/paywalls - Edition: Core
- Controller:
PaywallController@removePaywall - Route source:
fluent-community/Modules/Integrations/FluentCart/Http/cart_api.php:15 - Controller source:
fluent-community/Modules/Integrations/FluentCart/Http/Controllers/PaywallController.php
DELETE Delete Space Paywall
DELETE
/cart/spaces/{spaceId}/paywalls
Delete Space Paywall for the FluentCommunity Cart Integration API.
Controller: PaywallController@removePaywall
Route source: fluent-community/Modules/Integrations/FluentCart/Http/cart_api.php:15
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
spaceId*
SpaceId extracted from the URL path.
Type
Requiredinteger
Request Body
application/json
JSON "cart_product_id": "string"
{
}
Responses
Successful response
application/json
JSON "message": "string"
{
}