Skip to content

Endpoint

  • Method: DELETE
  • Path: /spaces/{spaceSlug}/pages/{pageId}
  • Edition: PRO
  • Controller: SpacePageController@destroy
  • Route source: fluent-community-pro/app/Modules/SpacePages/Http/space_pages_api.php:32

Inferred sample

No recorded sample exists for this endpoint yet, so the payload below is inferred from the controller and model definitions. Field names and types are accurate; values are placeholders.

DELETE Delete Destroy

DELETE
/spaces/{spaceSlug}/pages/{pageId}

Delete Destroy for the FluentCommunity Spaces API.

Controller: SpacePageController@destroy
Route source: fluent-community-pro/app/Modules/SpacePages/Http/space_pages_api.php:32

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Responses

Successful response

application/json
JSON
{
  
"message": "string"
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation