curl --request DELETE \ --url 'https://api.unify.ai/v0/interface?name=None&project=None&temporary=None' \ --header "Authorization: Bearer $UNIFY_KEY"
{ "info": "Interface deleted successfully!" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>