Skip to content

Commit f784f46

Browse files
author
github-actions
committed
Update REST API documentation Thu Jun 4 13:11:56 UTC 2026
1 parent 565dc16 commit f784f46

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

restapi.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5221,6 +5221,69 @@
52215221
}
52225222
}
52235223
}
5224+
},
5225+
"delete": {
5226+
"tags": [
5227+
"subscribe-pages"
5228+
],
5229+
"summary": "Delete subscription",
5230+
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production.Unsubscribe subscriber from a list from subscribe page.",
5231+
"operationId": "48751c56d39746c6b8dc3f782a9b22e5",
5232+
"parameters": [
5233+
{
5234+
"name": "pageId",
5235+
"in": "path",
5236+
"description": "Subscribe page ID",
5237+
"required": true,
5238+
"schema": {
5239+
"type": "integer"
5240+
}
5241+
},
5242+
{
5243+
"name": "email",
5244+
"in": "query",
5245+
"description": "Subscriber email",
5246+
"required": true,
5247+
"schema": {
5248+
"type": "string"
5249+
}
5250+
}
5251+
],
5252+
"responses": {
5253+
"200": {
5254+
"description": "Success"
5255+
},
5256+
"400": {
5257+
"description": "Failure",
5258+
"content": {
5259+
"application/json": {
5260+
"schema": {
5261+
"$ref": "#/components/schemas/BadRequestResponse"
5262+
}
5263+
}
5264+
}
5265+
},
5266+
"404": {
5267+
"description": "Failure",
5268+
"content": {
5269+
"application/json": {
5270+
"schema": {
5271+
"$ref": "#/components/schemas/NotFoundErrorResponse"
5272+
}
5273+
}
5274+
}
5275+
},
5276+
"422": {
5277+
"description": "Failure",
5278+
"content": {
5279+
"application/json": {
5280+
"schema": {
5281+
"$ref": "#/components/schemas/ValidationErrorResponse"
5282+
}
5283+
}
5284+
}
5285+
}
5286+
}
52245287
}
52255288
},
52265289
"/api/v2/attributes": {

0 commit comments

Comments
 (0)