SignWell · Example Payload

Deleteapiapplication

Deletes an API Application from an account. Supply the unique Application ID from either the Create API Application response or the API Application edit page

API Application

Deleteapiapplication is an example object payload from SignWell, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarydescriptiontagsparameters

Example Payload

Raw ↑
{
  "operationId": "deleteApiApplication",
  "method": "DELETE",
  "path": "/api/v1/api_applications/{id}",
  "summary": "Delete API Application",
  "description": "Deletes an API Application from an account. Supply the unique Application ID from either the Create API Application response or the API Application edit page",
  "tags": [
    "API Application"
  ],
  "parameters": [
    {
      "name": "id",
      "in": "path",
      "required": true,
      "description": ""
    }
  ]
}