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

The number of deleted store keys associated with the specified hive.

Example

The example below deletes the groceryStore hive.

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 the "groceryStore" hive:

management_api_example_delete_hive