Skip to content

Commit ce77ec1

Browse files
author
appscisumup
committed
chore: synced local 'openapi.json' with remote 'specs/openapi.json'
1 parent edcc8dc commit ce77ec1

1 file changed

Lines changed: 0 additions & 46 deletions

File tree

openapi.json

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3309,52 +3309,6 @@
33093309
"members_update"
33103310
],
33113311
"x-scopes": []
3312-
},
3313-
"delete": {
3314-
"operationId": "DeactivateSubAccount",
3315-
"summary": "Disable an operator.",
3316-
"description": "Disable the specified operator for the merchant account.",
3317-
"parameters": [
3318-
{
3319-
"name": "operator_id",
3320-
"in": "path",
3321-
"description": "The unique identifier for the operator.",
3322-
"required": true,
3323-
"schema": {
3324-
"type": "integer",
3325-
"format": "int32"
3326-
}
3327-
}
3328-
],
3329-
"responses": {
3330-
"200": {
3331-
"description": "Operator successfully disabled.",
3332-
"content": {
3333-
"application/json": {
3334-
"schema": {
3335-
"$ref": "#/components/schemas/Operator"
3336-
}
3337-
}
3338-
}
3339-
}
3340-
},
3341-
"deprecated": true,
3342-
"security": [
3343-
{
3344-
"apiKey": []
3345-
},
3346-
{
3347-
"oauth2": []
3348-
}
3349-
],
3350-
"tags": [
3351-
"Subaccounts"
3352-
],
3353-
"x-deprecation-notice": "Subaccounts API is deprecated, to remove a user that's a member of your merchant account please use [Delete member](https://developer.sumup.com/api/members/delete) instead.",
3354-
"x-permissions": [
3355-
"members_delete"
3356-
],
3357-
"x-scopes": []
33583312
}
33593313
},
33603314
"/v0.1/memberships": {

0 commit comments

Comments
 (0)