Skip to content

Delete Hive

Description

This operation deletes a hive.

Method

DELETE

Endpoint URL

Important

Make sure to replace xxxx in the domain name in the request specification below to the one assigned to your application.

https://xxxx.backendless.app/api/hive/[hive-name]

where:

Argument                Description
[hive-name] Name of the hive to delete.

Request Headers

None.

Request Body

None.

Response Body

None.

Example

The example below deletes a hive named groceryStore.

curl --location --request DELETE "https://xxxx.backendless.app/api/hive/groceryStore"

where:

Argument                Description
groceryStore Name of the hive to delete.

Codeless Reference

management_api_delete_hive

where:

Argument                Description
name Name of a hive to delete.

The example below deletes a hive named "groceryStore":

management_api_example_delete_hive