4.47b

TextMarks API V2 - AutoDoc: TextMarkManager / delete_comanager()

Method: delete_comanager() (POST) - Remove one of the TextMark's registered Co-managers

Package: TextMarkManager - Manage a TextMark owned by authenticated user (... View package)

Args:

Req? Name Type Description Test
REQ auth_user User User account / phone# used for login
REQ auth_pass Password Password
REQ tm TextMark TextMark keyword/TRI owned by auth_user
REQ user User User account / phone# to remove (current co-manager of tm)
OPT api_key API Key API Key (Register here)

Test:


Docs:

  • Delete one of the registered TextMark's Co-managers, thereby removing all privileges from that user on this TextMark.
  • See grant_comanager() to assign and grant/revoke rights to co-managers.
  • See list_comanagers() to list co-managers assigned to TextMark.

Resp:

JSON response.head.rescode==0 for success, or error code otherwise.
JSON-P callback: (as 'jsonp' param, optional) (blank for none)

HTTP:

POST https://api2ssl.textmarks.com//TextMarkManager/delete_comanager/

More:

This page documents a single API function delete_comanager() within the TextMarkManager package of the TextMarks Text Message API.
You may use the interactive form above to invoke this function and observe its actual JSON response.

More resources: