Delete Encrypted File
Description
Deletes an encrypted file from your account.
Request
HTTP Method: DELETE
URI Path: /v3/encrypted_files
URI Query Parameters:
Name |
Type |
Is Required? |
Description |
---|---|---|---|
id |
|
Yes |
Unique ID identifier of Encrypted File. |
Examples
DELETE /v3/encrypted_files/dfd8ee70-3806-446e-aa49-7b7f30a4e7d0 HTTP/1.1
Host: api.didww.com
Content-Type: application/vnd.api+json
Accept: application/vnd.api+json
Api-Key: [API token]
curl -i -X DELETE https://nohost/v3/encrypted_files/dfd8ee70-3806-446e-aa49-7b7f30a4e7d0
HTTP/1.1 204 Deleted
Content-Type: application/vnd.api+json
Other Responses
Code |
Success |
Description |
---|---|---|
401 |
No |