Summary
The DELETE /api/v2/conversations/messaging/integrations/whatsapp/{integrationId} endpoint will now return a 204 No Content status on or after Friday, July 11, 2025.
Effective Date
Friday, July 11, 2025
Details
We're updating the DELETE /api/v2/conversations/messaging/integrations/whatsapp/{integrationId} endpoint to improve its reliability and consistency.
Previously, this endpoint attempted to fetch and return the deleted integration's details after removal. This could lead to errors if the integration had already been deleted.
To prevent such issues, the endpoint will now simply process the deletion request and will no longer return integration details.
- The endpoint will continue to return a 204 status code to indicate successful acceptance of the deletion request.
- To verify the deletion status, API consumers must now make a separate
GET request to /api/v2/conversations/messaging/integrations/whatsapp/{integrationId}.
Customer Impact
The DELETE /api/v2/conversations/messaging/integrations/whatsapp/{integrationId} endpoint will return a 204 No Content status and no longer provide response content.
Impacted Resources
DELETE /api/v2/conversations/messaging/integrations/whatsapp/{integrationId}
Issue References
[MSG-6884]
Contacts
@Atul Nulkar
Please reply to this announcement with any questions. This helps the wider developer community benefit from the discussion. We encourage you to use this thread before contacting the designated person directly. Thank you for your understanding.