Organization
Remove an entry from the org's URL orb allow-list
Remove an entry from the org's URL orb allow-list
delete/organization/{org-slug-or-id}/url-orb-allow-list/{allow-list-entry-id}
Path parameters
org-slug-or-idstring required
Org UUID or slug in the form vcs-slug/org-name. For projects that use GitLab or GitHub App, use circleci as the vcs-slug and replace the org-name with the organization ID (found in Organization Settings).
allow-list-entry-idstring required
URL orb allow-list entry UUID.
Response
The ID of the removed URL Orb allow-list entry
Example response
{
"id": "ba98990a-5a00-4cad-b55e-b44117b92e0c",
"message": "Created."
}