Skip to main content
POST
/
v1
/
orgs
/
{orgName}
/
channels
/
{channelSlug}
/
rfqs
/
{id}
/
close
cURL
curl --request POST \
  --url https://api.connect.bluelayer.tech/v1/orgs/{orgName}/channels/{channelSlug}/rfqs/{id}/close \
  --header 'Authorization: <api-key>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Path Parameters

orgName
string
required
channelSlug
string
required
id
string<uuid>
required

Response

Default Response

ok
boolean
required