Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
204
App deleted
curl --request DELETE \
--url https://api.hyperline.co/v1/apps/{id} \
--header 'Authorization: Bearer <token>'Delete an existing third-party app.
curl --request DELETE \
--url https://api.hyperline.co/v1/apps/{id} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
App deleted
Was this page helpful?