mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update DELETE request (#127537)
Update the `DELETE` request to use `<space_name>`. Thanks @Erni for the nudge! Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
8b3305f803
commit
fc17f49f27
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ WARNING: When you delete a space, all saved objects that belong to the space are
|
|||
[[spaces-api-delete-request]]
|
||||
==== Request
|
||||
|
||||
`DELETE <kibana host>:<port>/api/spaces/space/marketing`
|
||||
`DELETE <kibana host>:<port>/api/spaces/space/<space_name>`
|
||||
|
||||
[[spaces-api-delete-errors-codes]]
|
||||
==== Response codes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue