removemicroapprow
description
Remove an existing row in a Microapp. The JSON body consists of rowID parameter.
The X-Auth-Token and X-User-Id are derived from the values authToken and userId returned from the login endpoint and are used in the HTTP header.
Resource
{
"rowID":"<insert microapp row id here>"
}response
Returns the status of the request
example
POST /api/removemicroapprow
X-Auth-Token:<insert token here>
X-User-Id:<insert user id here>
{
"rowID": "<insert row ID here>",
}You should get back:
{
"status": "success"
}See Also
Common API Examples - See this operation in all three API formats
Last updated