Delete an interface by ID or by project ID and name.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The ID of the interface to delete
The project ID the interface belongs to
The name of the interface to delete
curl --request DELETE \
--url 'https://api.unify.ai/v0/interfaces/?interface_id=None&project=None&name=None' \
--header "Authorization: Bearer $UNIFY_KEY"
{
"info": "Interface deleted successfully"
}