Skip to content

Add DELETE /content_snippets/{id} to Preview spec#480

Merged
gmiggan merged 1 commit intomainfrom
gearoidmiggan/add-content-snippets-delete-endpoint
Apr 28, 2026
Merged

Add DELETE /content_snippets/{id} to Preview spec#480
gmiggan merged 1 commit intomainfrom
gearoidmiggan/add-content-snippets-delete-endpoint

Conversation

@gmiggan
Copy link
Copy Markdown
Contributor

@gmiggan gmiggan commented Apr 27, 2026

Why?

The content snippets public API now supports deletion (shipped in intercom/intercom#501696). The OpenAPI spec needs to document this endpoint so SDKs and developer docs reflect the full CRUD surface.

How?

Adds a delete operation under /content_snippets/{id} in the Preview (0/) spec, following the same pattern as the existing deleteTag operation. Includes 204 success, 404 not found, and 422 procedure dependency error responses.

Related:

Generated with Claude Code

Adds the delete operation for content snippets, matching the new
endpoint shipped in intercom/intercom#501696. Returns 204 on
success, 404 for missing snippets, 422 when procedure dependencies
block deletion.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gmiggan gmiggan self-assigned this Apr 27, 2026
@gmiggan gmiggan merged commit a3de89d into main Apr 28, 2026
3 checks passed
@gmiggan gmiggan deleted the gearoidmiggan/add-content-snippets-delete-endpoint branch April 28, 2026 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants