Application

The "Application" section allows the management of application resources. You can view all the applications created by a particular team and delete resources if necessary.

Delete app by ID

DELETE {{BASE_URL}}/admin/api/apps/{id}

Delete a specific application by unique id.

Path Parameters

Name
Type
Description

id*

String

App ID

Headers

Name
Type
Description

Api-Key*

String

Admin api key

{"message":"App deleted","appId":"6548d4f261cabb0308b984ee"}

Get apps

GET {{BASE_URL}}/admin/api/teams/{id}/apps

Get all applications for a specific team.

Query Parameters

Name
Type
Description

page*

String

1

limit*

String

10

Headers

Name
Type
Description

Api-Key*

String

Admin api key

Last updated

Was this helpful?