Skip to main content
DELETE
/
drives
/
{driveId}
Delete Drive
curl --request DELETE \
  --url https://api.ag.dev/v0.1/drives/{driveId} \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Provide either X-API-Key: or Authorization: Bearer

Path Parameters

driveId
string
required

Drive ID

Response

Drive deleted successfully

message
string
required

Deletion confirmation message