/api/v1/bins/delete
This endpoint requires authentication using an API key.
DELETE: Delete a pastebin
Headers
- Authentication: API-KEY-HERE
Body
| Field | Type | Required | Description | 
|---|---|---|---|
| name | string | ✅ | The name of the pastebin you want to delete | 
204 (No Content)
An empty response should be returned if the request was successful.