Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 369 Bytes

delete.md

File metadata and controls

28 lines (23 loc) · 369 Bytes

JAD

<< Back

Deleting a resource

Deleting a resource

DELETE /api/v1/jad/genres/26

Verify it has been deleted:

GET /api/v1/jad/genres/26

Response:

{
   "errors":[
      {
         "status":404,
         "title":"JAD error",
         "detail":"Resource of type [genre] with id [26] could not be found."
      }
   ]
}