DELETE
/
v4
/
application-specs
/
{application_spec_id}
JavaScript
import SGPClient from 'sgp';

const client = new SGPClient({
  apiKey: 'My API Key',
});

const genericDeleteResponse = await client.applicationSpecs.delete('application_spec_id');

console.log(genericDeleteResponse.count);
{
  "success": true,
  "count": 123
}

Authorizations

x-api-key
string
header
required

Path Parameters

application_spec_id
string
required

Response

200
application/json

Successful Response

The response is of type object.