Skip to content
Snippets Groups Projects

Resolve "add delete datafile api endpoint"

Merged Jonathan Séguin requested to merge 136-add-delete-datafile-api-endpoint into master

Closes #136 (closed)

import requests
url = 'http://localhost:8000/api/v1/datafiles/json/delete/DF00000000'
headers = {'Iric-Auth-Token': '123xyz123xyz123xyz123xyz123xyz123xyz123xyz123xyz123xyz123xyz'}
r = requests.delete(url, headers=headers)
r.json()
Edited by Jonathan Séguin

Merge request reports

Merged by Xiao JuXiao Ju 4 years ago (Feb 15, 2021 8:36pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading