Delete a space Beta
When you delete a space, all saved objects that belong to the space are automatically deleted, which is permanent and cannot be undone.
Path parameters
-
The space identifier.
DELETE
/api/spaces/space/{id}
curl \
-X DELETE https://<KIBANA_URL>/api/spaces/space/{id} \
-H "kbn-xsrf: true"