Delete Integration Resource
DEL
https://api.vercel.com/v1/installations/{integrationConfigurationId}/resources/{resourceId}Delete a resource owned by the selected installation ID.
https://api.vercel.com/v1/installations/{integrationConfigurationId}/resources/{resourceId}
const response = await fetch('https://api.vercel.com/v1/installations/integrationConfigurationId/resources/resourceId', { method: 'DELETE', headers: { 'Authorization': 'Bearer YOUR_ACCESS_TOKEN', 'Content-Type': 'application/json', },});
const data = await response.json();console.log(data);Response
{}AuthorizationbearerToken
Default authentication mechanism