Deal inserts and updates work fine via API, but delete fails

I have scopes set to “base,deals:full”, the deals are test deals with no products attached.

If I run this
curl --location --request DELETE ‘Log in
–header ‘Authorization: Bearer access__token’ \

The response is error 403 with the follwing data
{
“success”: false,
“error”: “You do not have permissions to do this.”,
“error_info”: “Please check developers.pipedrive.com for more information about Pipedrive API.”,
“data”: null,
“additional_data”: null
}

Any suggestings on what could be done? Can’t wrap my head around the fact that I can create and update deals, but can’t delete.