Delete an access group project
DEL
https://api.vercel.com/v1/access-groups/{accessGroupIdOrName}/projects/{projectId}Allows deletion of an access group project
https://api.vercel.com/v1/access-groups/{accessGroupIdOrName}/projects/{projectId}
const response = await fetch('https://api.vercel.com/v1/access-groups/accessGroupIdOrName/projects/projectId?teamId=string&slug=string', { 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