Make a DELETE request to the API.
API endpoint
Promise resolving to ApiResponse with data or error
const response = await apiDelete('/terms/123'); Copy
const response = await apiDelete('/terms/123');
Make a DELETE request to the API.