Remove cert
DEL
https://api.vercel.com/v8/certs/{id}Remove cert
https://api.vercel.com/v8/certs/{id}
const response = await fetch('https://api.vercel.com/v8/certs/id?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
"value"AuthorizationbearerToken
Default authentication mechanism