delete
https://{yourinstance}.makaira.io/app/
Delete a registered app
Removes an app from the Makaira instance.
Requires authentication.
Request
DELETE /app/{slug}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
slug | string | Yes | The slug of the app to delete. |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns a confirmation on success.

