Skip to main content
DELETE
/
v1
/
developer_apps
/
purge
/
{app_id}
Delete Developer App Endpoint
curl --request DELETE \
  --url https://karibu.briq.tz/v1/developer_apps/purge/{app_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-API-Key: <x-api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string
required

Path Parameters

app_id
string
required

Response

Successful Response