diff --git a/Admin-API-Reference.md b/Admin-API-Reference.md index d10a445..a9989c3 100644 --- a/Admin-API-Reference.md +++ b/Admin-API-Reference.md @@ -14,7 +14,7 @@ The mappings defined in the mock service. * `DELETE /__admin/mappings` --> Delete all stub mappings * `GET /__admin/mappings/{guid}` --> Get a single stub mapping * `PUT /__admin/mappings/{guid}` --> Update a stub mapping -* `DELETE /__admin/mappings/{guid}` --> TODO +* `DELETE /__admin/mappings/{guid}` --> Delete a single stub mapping ### /__admin/requests Logged requests and responses received by the mock service. @@ -207,8 +207,8 @@ Example request } ``` -### `POST /__admin/mappings/{guid}` --> TODO -### `DELETE /__admin/mappings/{guid}` --> TODO +## `DELETE /__admin/mappings/{guid}` +Delete a single stub mapping. ## /__admin/requests Logged requests and responses received by the mock service.