You can use the cloud foundry CLI ( cf ) to remove the gap. Note that you need to have the Organization Manager role in order to be able to remove the space.
Use the following command:
# cf delete-space <space-name>
If you do not have the cf command line installed in your environment, you can install it here:
https://github.com/cloudfoundry/cli/releases
Alternatively using the Bluemix toolbar:
- Select the "Account and Settings" button (upper right button, looks like an empty side)
- Click Manage Organizations. The user interface changes to "Organization Management."
- Select the place you want to delete in the left pane
- You will see the name of the space in the middle panel and the delete button
When you remove a space, all applications and services in this space will also be deleted, so use this command with caution.
source share