/v1/attachments/{id}
DELETE
/v1/attachments/{id}
const url = 'https://api.ornek.com/v1/attachments/1';const options = {method: 'DELETE'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request DELETE \ --url https://api.ornek.com/v1/attachments/1Parameters
Bölüm başlığı “Parameters”Path Parameters
Bölüm başlığı “Path Parameters”id
required
integer format: int64
Responses
Bölüm başlığı “Responses”No Content