File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ endpoints:
65
65
curl -H "Authorization: Bearer $TOKEN" \
66
66
https://$api_root/$version/managed/contact/$contact_id
67
67
PUT :
68
+ response : ManagedContact
68
69
description : >
69
70
Edits this contact.
70
71
examples :
@@ -79,7 +80,16 @@ endpoints:
79
80
"secondary": "215-555-4001",
80
81
"group": "Developers"
81
82
}' \
82
- https://$api_root/$version/account/oauth-clients/$client_id
83
+ https://$api_root/$version/managed/contact/$contact_id
84
+ DELETE :
85
+ description : >
86
+ Deletes this contact. This action cannot be undone.
87
+ examples :
88
+ curl : |
89
+ curl -H "Authorization: Bearer $TOKEN" \
90
+ -X DELETE \
91
+ https://$api_root/$version/managed/contact/$contact_id
92
+
83
93
# /managed/history:
84
94
# group: History
85
95
# type: resource
You can’t perform that action at this time.
0 commit comments