Skip to content

Commit 35ae4ee

Browse files
committed
Removed DELETE project service
1 parent d833764 commit 35ae4ee

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

README.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@
3333
- [4.1.2 POST Project Services](#412-post-project-services)
3434
- [4.1.3 GET Single Project Services](#413-get-single-project-services)
3535
- [4.1.4 PUT Single Project Services](#414-put-single-project-services)
36-
- [4.1.5 DELETE Single Project Services](#415-delete-single-project-services)
37-
- [4.1.6 GET Project Extension Services](#416-get-project-extension-services)
38-
- [4.1.7 POST Project Extension Services](#417-post-project-extension-services)
39-
- [4.1.8 PUT Project Extension Services](#418-put-project-extension-services)
36+
- [4.1.5 GET Project Extension Services](#415-get-project-extension-services)
37+
- [4.1.6 POST Project Extension Services](#416-post-project-extension-services)
38+
- [4.1.7 PUT Project Extension Services](#417-put-project-extension-services)
4039
- [4.2 Topic Services](#42-topic-services)
4140
- [4.2.1 GET Topic Services](#421-get-topic-services)
4241
- [4.2.2 POST Topic Services](#422-post-topic-services)
@@ -633,20 +632,7 @@ Retrieve a specific project.
633632
Modify a specific project, description similar to POST.
634633

635634

636-
### 4.1.5 DELETE Single Project Services ###
637-
638-
**Recource URL**
639-
640-
DELETE /bcf/{version}/projects/{project_id}
641-
642-
Delete a specific project.
643-
644-
**Example Request**
645-
646-
https://example.com/bcf/1.0/projects/B724AAC3-5B2A-234A-D143-AE33CC18414
647-
648-
649-
### 4.1.6 GET Project Extension Services ###
635+
### 4.1.5 GET Project Extension Services ###
650636

651637
**Recource URL**
652638

@@ -701,7 +687,7 @@ Retrieve a specific projects extensions.
701687
]
702688
}
703689

704-
### 4.1.7 POST Project Extension Services
690+
### 4.1.6 POST Project Extension Services
705691

706692
**Recource URL**
707693

@@ -833,7 +819,7 @@ JSON encoded body using the "application/json" content type.
833819
}
834820

835821

836-
### 4.1.8 PUT Project Extension Services
822+
### 4.1.7 PUT Project Extension Services
837823

838824
**Recource URL**
839825

0 commit comments

Comments
 (0)