diff --git a/Admin-API-Reference.md b/Admin-API-Reference.md index 4fa3f40..5d05bc2 100644 --- a/Admin-API-Reference.md +++ b/Admin-API-Reference.md @@ -33,6 +33,7 @@ The mappings defined in the mock service. * `GET /__admin/mappings` --> Gets all defined mappings * `POST /__admin/mappings` --> Create a new single stub mapping or an array from mappings * `DELETE /__admin/mappings` or `POST /__admin/mappings/reset` --> Delete all stub mappings +* `DELETE /__admin/mappings` with array of json mappings/GUIDs in body --> Delete stub mappings matching the specified GUIDs. * `GET /__admin/mappings/{guid}` --> Get a single stub mapping * `PUT /__admin/mappings/{guid}` --> Update a stub mapping * `DELETE /__admin/mappings/{guid}` --> Delete a single stub mapping