Align Archive Endpoint Behavior in HubSpot V3/V4 API with Legacy API
Hello,
I am encountering an issue with the HubSpot V3 and V4 API. When hitting the archive endpoint for the CRM Objects or Associations, we always receive the 204 No Content status code regardless of whether the request was successfully executed or whether a nonexistent ID was set to be archived. In contrast, the Legacy API returns a 404 Not Found status for IDs that are already archived or do not exist.
Would it be possible to change the behavior to match that of the Legacy API?