Deleting existing Association Types

I would like to remove a defined association between a custom object and contacts. I am not referring to removing a link between those types, I am referring to actual association object which defines Custom Object → contact. I could not find a way to do this in the hubspot settings (without the API) or from within the API. How does one delete those? Thank you.

Hey, @GCaiazzo :waving_hand: Have you already looked into the Associations Schema endpoints listed here – Associations v4? There is a DELETE endpoint for association definitions — “Deletes an association definition”

If that’s not what you are looking for, please let us know. —Jaycee

Thank you for the reply, however for that specific endpoint I get a 204 response, but the association is not actually deleted. I still see it when I retrieve the list of associations.