DELETE
/
api
/
user
/
files
/
{fileId}
Delete a specific user file
curl --request DELETE \
  --url https://pria.praxislxp.com/api/user/files/{fileId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "File(s) deleted successfully",
  "code": 1
}

Authorizations

Authorization
string
header
required

JWT token passed in x-access-token header

Path Parameters

fileId
string
required

The unique identifier of the file to delete

Response

200 - application/json

File deleted successfully

The response is of type object.