DELETE

Trademark Search - 05.Delete

Deletes a trademark search.

Important

Calls to this method must include the cookie .LawPanel.AuthCookie in order to identify you at user level. For more details about authentication please check this link. To obtain the cookie you can use the method Login.

Request URL

Request parameters

string

The trademark search ID

Request headers

string

User authentication cookie. Read more about how to you get it from here.

string
Subscription key which provides access to this API.

Response 200

Returns details about the operation result.

  • string id: The ID for the operation.
  • string message: Human-readable message with the operation result.
  • bool successful: True if operation was performed successfully, false if not..

Loading...
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "successful": {
      "type": "boolean"
    }
  }
}
* See getting started for more information on how to use this API. You can also check the API change history.